Color Hex Logo

#cc95e7 Color Hex

#CC95E7
(204,149,231)
0 Favorites   0 Comments

Color spaces of #cc95e7

RGB 204149231
HSL0.780.630.75
HSV280°35°91°
CMYK 0.120.350.00   0.09
XYZ50.073140.101880.7026
Yxy40.10180.29300.2347
Hunter Lab63.326030.3230-31.2310
CIE-Lab69.542035.1085-33.5113

#cc95e7 color RGB value is (204,149,231).

#cc95e7 hex color red value is 204, green value is 149 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #cc95e7 hue: 0.78 , saturation: 0.63 and the lightness value of cc95e7 is 0.75.

The process color (four color CMYK) of #cc95e7 color hex is 0.12, 0.35, 0.00, 0.09. Web safe color of #cc95e7 is #cc99ff. Color #cc95e7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010101 11100111
Octal 314 225 347
Decimal 204 149 231
Hex CC 95 E7

RGB Percentages of Color #cc95e7

%34.93
%25.51
%39.55

CMYK Percentages of Color #cc95e7

%12
%35
%0
%9

Triadic Colors of #cc95e7

#cc95e7 #e7cc95 #95e7cc

Analogous Colors of #cc95e7

#cc95e7 #e795d9 #a395e7

Monochromatic Colors of #cc95e7

#cc95e7

Complementary Color

#cc95e7 #b0e795

#cc95e7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc95e7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc95e7 Color CSS Codes

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

#cc95e7 Text Font Color

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

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


#cc95e7 Background Color

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

This div background color is #cc95e7


#cc95e7 Border Color

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

This div border color is #cc95e7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc95e7


Comments

No comments written yet.

Please login to write comment.