Color Hex Logo

#cc9bef Color Hex

#CC9BEF
(204,155,239)
0 Favorites   0 Comments

Color spaces of #cc9bef

RGB 204155239
HSL0.760.720.77
HSV275°35°94°
CMYK 0.150.350.00   0.06
XYZ52.203242.512187.1156
Yxy42.51210.28710.2338
Hunter Lab65.201328.8131-33.5766
CIE-Lab71.222633.5115-35.2864

#cc9bef color RGB value is (204,155,239).

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

The process color (four color CMYK) of #cc9bef color hex is 0.15, 0.35, 0.00, 0.06. Web safe color of #cc9bef is #cc99ff. Color #cc9bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011011 11101111
Octal 314 233 357
Decimal 204 155 239
Hex CC 9B EF

RGB Percentages of Color #cc9bef

%34.11
%25.92
%39.97

CMYK Percentages of Color #cc9bef

%15
%35
%0
%6

Triadic Colors of #cc9bef

#cc9bef #efcc9b #9befcc

Analogous Colors of #cc9bef

#cc9bef #ef9be8 #a29bef

Monochromatic Colors of #cc9bef

#cc9bef

Complementary Color

#cc9bef #beef9b

#cc9bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc9bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc9bef Color CSS Codes

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

#cc9bef Text Font Color

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

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


#cc9bef Background Color

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

This div background color is #cc9bef


#cc9bef Border Color

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

This div border color is #cc9bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc9bef


Comments

No comments written yet.

Please login to write comment.