Color Hex Logo

#cc95ff Color Hex

#CC95FF
(204,149,255)
0 Favorites   0 Comments

Color spaces of #cc95ff

RGB 204149255
HSL0.751.000.79
HSV271°42°100°
CMYK 0.200.420.00   0.00
XYZ53.699341.552399.7979
Yxy41.55230.27530.2130
Hunter Lab64.461135.8926-46.6694
CIE-Lab70.561140.2373-45.0317

#cc95ff color RGB value is (204,149,255).

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

The process color (four color CMYK) of #cc95ff color hex is 0.20, 0.42, 0.00, 0.00. Web safe color of #cc95ff is #cc99ff. Color #cc95ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010101 11111111
Octal 314 225 377
Decimal 204 149 255
Hex CC 95 FF

RGB Percentages of Color #cc95ff

%33.55
%24.51
%41.94

CMYK Percentages of Color #cc95ff

%20
%42
%0
%0

Triadic Colors of #cc95ff

#cc95ff #ffcc95 #95ffcc

Analogous Colors of #cc95ff

#cc95ff #ff95fd #9795ff

Monochromatic Colors of #cc95ff

#cc95ff

Complementary Color

#cc95ff #c8ff95

#cc95ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc95ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc95ff Color CSS Codes

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

#cc95ff Text Font Color

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

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


#cc95ff Background Color

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

This div background color is #cc95ff


#cc95ff Border Color

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

This div border color is #cc95ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc95ff


Comments

No comments written yet.

Please login to write comment.