Color Hex Logo

#c187ea Color Hex

#C187EA
(193,135,234)
0 Favorites   0 Comments

Color spaces of #c187ea

RGB 193135234
HSL0.760.700.72
HSV275°42°92°
CMYK 0.180.420.00   0.08
XYZ45.507634.605982.1230
Yxy34.60590.28050.2133
Hunter Lab58.826835.1383-41.5909
CIE-Lab65.440740.1203-41.6382

#c187ea color RGB value is (193,135,234).

#c187ea hex color red value is 193, green value is 135 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c187ea hue: 0.76 , saturation: 0.70 and the lightness value of c187ea is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000111 11101010
Octal 301 207 352
Decimal 193 135 234
Hex C1 87 EA

RGB Percentages of Color #c187ea

%34.34
%24.02
%41.64

CMYK Percentages of Color #c187ea

%18
%42
%0
%8

Triadic Colors of #c187ea

#c187ea #eac187 #87eac1

Analogous Colors of #c187ea

#c187ea #ea87e2 #9087ea

Monochromatic Colors of #c187ea

#c187ea

Complementary Color

#c187ea #b0ea87

#c187ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c187ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c187ea Color CSS Codes

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

#c187ea Text Font Color

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

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


#c187ea Background Color

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

This div background color is #c187ea


#c187ea Border Color

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

This div border color is #c187ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,135,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c187ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c187ea;
  -webkit-box-shadow: 1px 1px 3px 2px #c187ea;
  box-shadow:         1px 1px 3px 2px #c187ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,135,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c187ea


Comments

No comments written yet.

Please login to write comment.