Color Hex Logo

#c595ef Color Hex

#C595EF
(197,149,239)
0 Favorites   0 Comments

Color spaces of #c595ef

RGB 197149239
HSL0.760.740.76
HSV272°38°94°
CMYK 0.180.380.00   0.06
XYZ49.353439.597286.7032
Yxy39.59720.28100.2254
Hunter Lab62.926329.8774-37.6445
CIE-Lab69.181734.7175-38.5117

#c595ef color RGB value is (197,149,239).

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

The process color (four color CMYK) of #c595ef color hex is 0.18, 0.38, 0.00, 0.06. Web safe color of #c595ef is #cc99ff. Color #c595ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010101 11101111
Octal 305 225 357
Decimal 197 149 239
Hex C5 95 EF

RGB Percentages of Color #c595ef

%33.68
%25.47
%40.85

CMYK Percentages of Color #c595ef

%18
%38
%0
%6

Triadic Colors of #c595ef

#c595ef #efc595 #95efc5

Analogous Colors of #c595ef

#c595ef #ef95ec #9895ef

Monochromatic Colors of #c595ef

#c595ef

Complementary Color

#c595ef #bfef95

#c595ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c595ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c595ef Color CSS Codes

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

#c595ef Text Font Color

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

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


#c595ef Background Color

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

This div background color is #c595ef


#c595ef Border Color

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

This div border color is #c595ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c595ef


Comments

No comments written yet.

Please login to write comment.