Color Hex Logo

#c188ec Color Hex

#C188EC
(193,136,236)
0 Favorites   0 Comments

Color spaces of #c188ec

RGB 193136236
HSL0.760.720.73
HSV274°42°93°
CMYK 0.180.420.00   0.07
XYZ45.936835.001983.6918
Yxy35.00190.27900.2126
Hunter Lab59.162435.0626-42.4586
CIE-Lab65.750140.0122-42.2566

#c188ec color RGB value is (193,136,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001000 11101100
Octal 301 210 354
Decimal 193 136 236
Hex C1 88 EC

RGB Percentages of Color #c188ec

%34.16
%24.07
%41.77

CMYK Percentages of Color #c188ec

%18
%42
%0
%7

Triadic Colors of #c188ec

#c188ec #ecc188 #88ecc1

Analogous Colors of #c188ec

#c188ec #ec88e5 #8f88ec

Monochromatic Colors of #c188ec

#c188ec

Complementary Color

#c188ec #b3ec88

#c188ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c188ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c188ec Color CSS Codes

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

#c188ec Text Font Color

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

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


#c188ec Background Color

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

This div background color is #c188ec


#c188ec Border Color

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

This div border color is #c188ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c188ec


Comments

No comments written yet.

Please login to write comment.