Color Hex Logo

#c09fde Color Hex

#C09FDE
(192,159,222)
0 Favorites   0 Comments

Color spaces of #c09fde

RGB 192159222
HSL0.750.490.75
HSV271°28°87°
CMYK 0.140.280.00   0.13
XYZ47.321241.276774.5803
Yxy41.27670.29000.2530
Hunter Lab64.246919.0423-23.8532
CIE-Lab70.369324.0047-27.3869

#c09fde color RGB value is (192,159,222).

#c09fde hex color red value is 192, green value is 159 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c09fde hue: 0.75 , saturation: 0.49 and the lightness value of c09fde is 0.75.

The process color (four color CMYK) of #c09fde color hex is 0.14, 0.28, 0.00, 0.13. Web safe color of #c09fde is #cc99cc. Color #c09fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011111 11011110
Octal 300 237 336
Decimal 192 159 222
Hex C0 9F DE

RGB Percentages of Color #c09fde

%33.51
%27.75
%38.74

CMYK Percentages of Color #c09fde

%14
%28
%0
%13

Triadic Colors of #c09fde

#c09fde #dec09f #9fdec0

Analogous Colors of #c09fde

#c09fde #de9fdd #a19fde

Monochromatic Colors of #c09fde

#c09fde

Complementary Color

#c09fde #bdde9f

#c09fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09fde Color CSS Codes

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

#c09fde Text Font Color

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

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


#c09fde Background Color

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

This div background color is #c09fde


#c09fde Border Color

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

This div border color is #c09fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09fde


Comments

No comments written yet.

Please login to write comment.