Color Hex Logo

#cc3bef Color Hex

#CC3BEF
(204,59,239)
0 Favorites   0 Comments

Color spaces of #cc3bef

RGB 20459239
HSL0.800.850.58
HSV288°75°94°
CMYK 0.150.750.00   0.06
XYZ42.045822.197383.7298
Yxy22.19730.28410.1500
Hunter Lab47.114076.8486-72.3888
CIE-Lab54.235778.2362-62.1368

#cc3bef color RGB value is (204,59,239).

#cc3bef hex color red value is 204, green value is 59 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #cc3bef hue: 0.80 , saturation: 0.85 and the lightness value of cc3bef is 0.58.

The process color (four color CMYK) of #cc3bef color hex is 0.15, 0.75, 0.00, 0.06. Web safe color of #cc3bef is #cc33ff. Color #cc3bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00111011 11101111
Octal 314 73 357
Decimal 204 59 239
Hex CC 3B EF

RGB Percentages of Color #cc3bef

%40.64
%11.75
%47.61

CMYK Percentages of Color #cc3bef

%15
%75
%0
%6

Triadic Colors of #cc3bef

#cc3bef #efcc3b #3befcc

Analogous Colors of #cc3bef

#cc3bef #ef3bb8 #723bef

Monochromatic Colors of #cc3bef

#cc3bef

Complementary Color

#cc3bef #5eef3b

#cc3bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc3bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc3bef Color CSS Codes

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

#cc3bef Text Font Color

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

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


#cc3bef Background Color

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

This div background color is #cc3bef


#cc3bef Border Color

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

This div border color is #cc3bef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,59,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc3bef


Comments

No comments written yet.

Please login to write comment.