Color Hex Logo

#c089ec Color Hex

#C089EC
(192,137,236)
0 Favorites   0 Comments

Color spaces of #c089ec

RGB 192137236
HSL0.760.720.73
HSV273°42°93°
CMYK 0.190.420.00   0.07
XYZ45.824235.153983.7271
Yxy35.15390.27820.2134
Hunter Lab59.290734.1991-42.2226
CIE-Lab65.868339.1820-42.0786

#c089ec color RGB value is (192,137,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10001001 11101100
Octal 300 211 354
Decimal 192 137 236
Hex C0 89 EC

RGB Percentages of Color #c089ec

%33.98
%24.25
%41.77

CMYK Percentages of Color #c089ec

%19
%42
%0
%7

Triadic Colors of #c089ec

#c089ec #ecc089 #89ecc0

Analogous Colors of #c089ec

#c089ec #ec89e7 #8f89ec

Monochromatic Colors of #c089ec

#c089ec

Complementary Color

#c089ec #b5ec89

#c089ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c089ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c089ec Color CSS Codes

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

#c089ec Text Font Color

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

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


#c089ec Background Color

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

This div background color is #c089ec


#c089ec Border Color

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

This div border color is #c089ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c089ec


Comments

No comments written yet.

Please login to write comment.