Color Hex Logo

#c74cfe Color Hex

#C74CFE
(199,76,254)
0 Favorites   0 Comments

Color spaces of #c74cfe

RGB 19976254
HSL0.780.990.65
HSV281°70°100°
CMYK 0.220.700.00   0.00
XYZ44.027024.466896.1680
Yxy24.46680.26740.1486
Hunter Lab49.463972.3179-80.6472
CIE-Lab56.552274.1438-66.8006

#c74cfe color RGB value is (199,76,254).

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

The process color (four color CMYK) of #c74cfe color hex is 0.22, 0.70, 0.00, 0.00. Web safe color of #c74cfe is #cc33ff. Color #c74cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001100 11111110
Octal 307 114 376
Decimal 199 76 254
Hex C7 4C FE

RGB Percentages of Color #c74cfe

%37.62
%14.37
%48.02

CMYK Percentages of Color #c74cfe

%22
%70
%0
%0

Triadic Colors of #c74cfe

#c74cfe #fec74c #4cfec7

Analogous Colors of #c74cfe

#c74cfe #fe4cdc #6e4cfe

Monochromatic Colors of #c74cfe

#c74cfe

Complementary Color

#c74cfe #83fe4c

#c74cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74cfe Color CSS Codes

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

#c74cfe Text Font Color

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

This sample text font color is #c74cfe
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.


#c74cfe Background Color

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

This div background color is #c74cfe


#c74cfe Border Color

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

This div border color is #c74cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74cfe


Comments

No comments written yet.

Please login to write comment.