Color Hex Logo

#cc74fe Color Hex

#CC74FE
(204,116,254)
0 Favorites   0 Comments

Color spaces of #cc74fe

RGB 204116254
HSL0.770.990.73
HSV278°54°100°
CMYK 0.200.540.00   0.00
XYZ49.036632.483997.4514
Yxy32.48390.27400.1815
Hunter Lab56.994653.8358-61.4798
CIE-Lab63.740857.3077-55.2562

#cc74fe color RGB value is (204,116,254).

#cc74fe hex color red value is 204, green value is 116 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #cc74fe hue: 0.77 , saturation: 0.99 and the lightness value of cc74fe is 0.73.

The process color (four color CMYK) of #cc74fe color hex is 0.20, 0.54, 0.00, 0.00. Web safe color of #cc74fe is #cc66ff. Color #cc74fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110100 11111110
Octal 314 164 376
Decimal 204 116 254
Hex CC 74 FE

RGB Percentages of Color #cc74fe

%35.54
%20.21
%44.25

CMYK Percentages of Color #cc74fe

%20
%54
%0
%0

Triadic Colors of #cc74fe

#cc74fe #fecc74 #74fecc

Analogous Colors of #cc74fe

#cc74fe #fe74eb #8774fe

Monochromatic Colors of #cc74fe

#cc74fe

Complementary Color

#cc74fe #a6fe74

#cc74fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc74fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc74fe Color CSS Codes

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

#cc74fe Text Font Color

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

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


#cc74fe Background Color

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

This div background color is #cc74fe


#cc74fe Border Color

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

This div border color is #cc74fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,116,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 #cc74fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc74fe

Related Colors


Comments

No comments written yet.

Please login to write comment.