Color Hex Logo

#c09ecf Color Hex

#C09ECF
(192,158,207)
0 Favorites   0 Comments

Color spaces of #c09ecf

RGB 192158207
HSL0.780.340.72
HSV282°24°81°
CMYK 0.070.240.00   0.19
XYZ45.227640.165264.4004
Yxy40.16520.30190.2681
Hunter Lab63.376016.4765-15.8851
CIE-Lab69.587021.4442-20.3189

#c09ecf color RGB value is (192,158,207).

#c09ecf hex color red value is 192, green value is 158 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c09ecf hue: 0.78 , saturation: 0.34 and the lightness value of c09ecf is 0.72.

The process color (four color CMYK) of #c09ecf color hex is 0.07, 0.24, 0.00, 0.19. Web safe color of #c09ecf is #cc99cc. Color #c09ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011110 11001111
Octal 300 236 317
Decimal 192 158 207
Hex C0 9E CF

RGB Percentages of Color #c09ecf

%34.47
%28.37
%37.16

CMYK Percentages of Color #c09ecf

%7
%24
%0
%19

Triadic Colors of #c09ecf

#c09ecf #cfc09e #9ecfc0

Analogous Colors of #c09ecf

#c09ecf #cf9ec6 #a89ecf

Monochromatic Colors of #c09ecf

#c09ecf

Complementary Color

#c09ecf #adcf9e

#c09ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09ecf Color CSS Codes

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

#c09ecf Text Font Color

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

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


#c09ecf Background Color

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

This div background color is #c09ecf


#c09ecf Border Color

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

This div border color is #c09ecf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,158,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09ecf


Comments

No comments written yet.

Please login to write comment.