Color Hex Logo

#cc69fe Color Hex

#CC69FE
(204,105,254)
0 Favorites   0 Comments

Color spaces of #cc69fe

RGB 204105254
HSL0.780.990.70
HSV280°59°100°
CMYK 0.200.590.00   0.00
XYZ47.842830.096397.0535
Yxy30.09630.27340.1720
Hunter Lab54.860159.6624-66.4884
CIE-Lab61.737262.6628-58.4480

#cc69fe color RGB value is (204,105,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101001 11111110
Octal 314 151 376
Decimal 204 105 254
Hex CC 69 FE

RGB Percentages of Color #cc69fe

%36.23
%18.65
%45.12

CMYK Percentages of Color #cc69fe

%20
%59
%0
%0

Triadic Colors of #cc69fe

#cc69fe #fecc69 #69fecc

Analogous Colors of #cc69fe

#cc69fe #fe69e6 #8269fe

Monochromatic Colors of #cc69fe

#cc69fe

Complementary Color

#cc69fe #9bfe69

#cc69fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc69fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc69fe Color CSS Codes

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

#cc69fe Text Font Color

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

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


#cc69fe Background Color

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

This div background color is #cc69fe


#cc69fe Border Color

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

This div border color is #cc69fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc69fe

Related Colors


Comments

No comments written yet.

Please login to write comment.