Color Hex Logo

#cc89ef Color Hex

#CC89EF
(204,137,239)
0 Favorites   0 Comments

Color spaces of #cc89ef

RGB 204137239
HSL0.780.760.74
HSV279°43°94°
CMYK 0.150.430.00   0.06
XYZ49.427536.960786.1904
Yxy36.96070.28640.2142
Hunter Lab60.795338.7314-41.4996
CIE-Lab67.247543.2553-41.4802

#cc89ef color RGB value is (204,137,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001001 11101111
Octal 314 211 357
Decimal 204 137 239
Hex CC 89 EF

RGB Percentages of Color #cc89ef

%35.17
%23.62
%41.21

CMYK Percentages of Color #cc89ef

%15
%43
%0
%6

Triadic Colors of #cc89ef

#cc89ef #efcc89 #89efcc

Analogous Colors of #cc89ef

#cc89ef #ef89df #9989ef

Monochromatic Colors of #cc89ef

#cc89ef

Complementary Color

#cc89ef #acef89

#cc89ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc89ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc89ef Color CSS Codes

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

#cc89ef Text Font Color

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

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


#cc89ef Background Color

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

This div background color is #cc89ef


#cc89ef Border Color

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

This div border color is #cc89ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc89ef


Comments

No comments written yet.

Please login to write comment.