Color Hex Logo

#cc95df Color Hex

#CC95DF
(204,149,223)
0 Favorites   0 Comments

Color spaces of #cc95df

RGB 204149223
HSL0.790.540.73
HSV285°33°87°
CMYK 0.090.330.00   0.13
XYZ48.968639.660074.8863
Yxy39.66000.29950.2425
Hunter Lab62.976228.5885-26.4196
CIE-Lab69.226733.4763-29.5978

#cc95df color RGB value is (204,149,223).

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

The process color (four color CMYK) of #cc95df color hex is 0.09, 0.33, 0.00, 0.13. Web safe color of #cc95df is #cc99cc. Color #cc95df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010101 11011111
Octal 314 225 337
Decimal 204 149 223
Hex CC 95 DF

RGB Percentages of Color #cc95df

%35.42
%25.87
%38.72

CMYK Percentages of Color #cc95df

%9
%33
%0
%13

Triadic Colors of #cc95df

#cc95df #dfcc95 #95dfcc

Analogous Colors of #cc95df

#cc95df #df95cd #a795df

Monochromatic Colors of #cc95df

#cc95df

Complementary Color

#cc95df #a8df95

#cc95df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc95df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc95df Color CSS Codes

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

#cc95df Text Font Color

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

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


#cc95df Background Color

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

This div background color is #cc95df


#cc95df Border Color

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

This div border color is #cc95df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc95df


Comments

No comments written yet.

Please login to write comment.