Color Hex Logo

#cc84fe Color Hex

#CC84FE
(204,132,254)
0 Favorites   0 Comments

Color spaces of #cc84fe

RGB 204132254
HSL0.770.980.76
HSV275°48°100°
CMYK 0.200.480.00   0.00
XYZ51.042536.495798.1201
Yxy36.49570.27490.1966
Hunter Lab60.411745.0962-54.0101
CIE-Lab66.897049.0988-50.2544

#cc84fe color RGB value is (204,132,254).

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

The process color (four color CMYK) of #cc84fe color hex is 0.20, 0.48, 0.00, 0.00. Web safe color of #cc84fe is #cc99ff. Color #cc84fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000100 11111110
Octal 314 204 376
Decimal 204 132 254
Hex CC 84 FE

RGB Percentages of Color #cc84fe

%34.58
%22.37
%43.05

CMYK Percentages of Color #cc84fe

%20
%48
%0
%0

Triadic Colors of #cc84fe

#cc84fe #fecc84 #84fecc

Analogous Colors of #cc84fe

#cc84fe #fe84f3 #8f84fe

Monochromatic Colors of #cc84fe

#cc84fe

Complementary Color

#cc84fe #b6fe84

#cc84fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc84fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc84fe Color CSS Codes

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

#cc84fe Text Font Color

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

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


#cc84fe Background Color

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

This div background color is #cc84fe


#cc84fe Border Color

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

This div border color is #cc84fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc84fe

Related Colors


Comments

No comments written yet.

Please login to write comment.