Color Hex Logo

#cc73fe Color Hex

#CC73FE
(204,115,254)
0 Favorites   0 Comments

Color spaces of #cc73fe

RGB 204115254
HSL0.770.990.72
HSV278°55°100°
CMYK 0.200.550.00   0.00
XYZ48.922032.254697.4132
Yxy32.25460.27390.1806
Hunter Lab56.793154.3732-61.9407
CIE-Lab63.552857.8057-55.5553

#cc73fe color RGB value is (204,115,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110011 11111110
Octal 314 163 376
Decimal 204 115 254
Hex CC 73 FE

RGB Percentages of Color #cc73fe

%35.60
%20.07
%44.33

CMYK Percentages of Color #cc73fe

%20
%55
%0
%0

Triadic Colors of #cc73fe

#cc73fe #fecc73 #73fecc

Analogous Colors of #cc73fe

#cc73fe #fe73eb #8773fe

Monochromatic Colors of #cc73fe

#cc73fe

Complementary Color

#cc73fe #a5fe73

#cc73fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc73fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc73fe Color CSS Codes

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

#cc73fe Text Font Color

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

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


#cc73fe Background Color

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

This div background color is #cc73fe


#cc73fe Border Color

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

This div border color is #cc73fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc73fe

Related Colors


Comments

No comments written yet.

Please login to write comment.