Color Hex Logo

#c74fff Color Hex

#C74FFF
(199,79,255)
0 Favorites   0 Comments

Color spaces of #c74fff

RGB 19979255
HSL0.781.000.65
HSV281°69°100°
CMYK 0.220.690.00   0.00
XYZ44.399224.954197.0843
Yxy24.95410.26680.1499
Hunter Lab49.954171.2312-80.2605
CIE-Lab57.030773.1684-66.5831

#c74fff color RGB value is (199,79,255).

#c74fff hex color red value is 199, green value is 79 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c74fff hue: 0.78 , saturation: 1.00 and the lightness value of c74fff is 0.65.

The process color (four color CMYK) of #c74fff color hex is 0.22, 0.69, 0.00, 0.00. Web safe color of #c74fff is #cc66ff. Color #c74fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001111 11111111
Octal 307 117 377
Decimal 199 79 255
Hex C7 4F FF

RGB Percentages of Color #c74fff

%37.34
%14.82
%47.84

CMYK Percentages of Color #c74fff

%22
%69
%0
%0

Triadic Colors of #c74fff

#c74fff #ffc74f #4fffc7

Analogous Colors of #c74fff

#c74fff #ff4fdf #6f4fff

Monochromatic Colors of #c74fff

#c74fff

Complementary Color

#c74fff #87ff4f

#c74fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74fff Color CSS Codes

.mybgcolor {background-color:#c74fff; } 
.myforecolor {color:#c74fff; }
.mybordercolor {border:3px solid #c74fff; }

#c74fff Text Font Color

<p style="color:#c74fff">Text here</p>

This sample text font color is #c74fff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c74fff Background Color

<div style="background-color:#c74fff">
Div content here</div>

This div background color is #c74fff


#c74fff Border Color

<div style="border:3px solid #c74fff">
Div here</div>

This div border color is #c74fff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,79,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c74fff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c74fff;
  -webkit-box-shadow: 1px 1px 3px 2px #c74fff;
  box-shadow:         1px 1px 3px 2px #c74fff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,79,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c74fff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c74fff;
  -webkit-box-shadow: 1px 1px 3px 2px #c74fff;
  box-shadow:         1px 1px 3px 2px #c74fff;">
Div content here</div>

This div box has shadow with color #c74fff

Related Colors


Comments

No comments written yet.

Please login to write comment.