Color Hex Logo

#cc91ee Color Hex

#CC91EE
(204,145,238)
0 Favorites   0 Comments

Color spaces of #cc91ee

RGB 204145238
HSL0.770.730.75
HSV278°39°93°
CMYK 0.140.390.00   0.07
XYZ50.459939.261285.8076
Yxy39.26120.28750.2237
Hunter Lab62.658834.0955-37.3331
CIE-Lab68.940138.7401-38.2878

#cc91ee color RGB value is (204,145,238).

#cc91ee hex color red value is 204, green value is 145 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cc91ee hue: 0.77 , saturation: 0.73 and the lightness value of cc91ee is 0.75.

The process color (four color CMYK) of #cc91ee color hex is 0.14, 0.39, 0.00, 0.07. Web safe color of #cc91ee is #cc99ff. Color #cc91ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010001 11101110
Octal 314 221 356
Decimal 204 145 238
Hex CC 91 EE

RGB Percentages of Color #cc91ee

%34.75
%24.70
%40.55

CMYK Percentages of Color #cc91ee

%14
%39
%0
%7

Triadic Colors of #cc91ee

#cc91ee #eecc91 #91eecc

Analogous Colors of #cc91ee

#cc91ee #ee91e2 #9e91ee

Monochromatic Colors of #cc91ee

#cc91ee

Complementary Color

#cc91ee #b3ee91

#cc91ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc91ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc91ee Color CSS Codes

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

#cc91ee Text Font Color

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

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


#cc91ee Background Color

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

This div background color is #cc91ee


#cc91ee Border Color

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

This div border color is #cc91ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc91ee


Comments

No comments written yet.

Please login to write comment.