Color Hex Logo

#c09fda Color Hex

#C09FDA
(192,159,218)
0 Favorites   0 Comments

Color spaces of #c09fda

RGB 192159218
HSL0.760.440.74
HSV274°27°85°
CMYK 0.120.270.00   0.15
XYZ46.791341.064771.7898
Yxy41.06470.29310.2572
Hunter Lab64.081718.1943-21.5645
CIE-Lab70.221223.1584-25.4155

#c09fda color RGB value is (192,159,218).

#c09fda hex color red value is 192, green value is 159 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c09fda hue: 0.76 , saturation: 0.44 and the lightness value of c09fda is 0.74.

The process color (four color CMYK) of #c09fda color hex is 0.12, 0.27, 0.00, 0.15. Web safe color of #c09fda is #cc99cc. Color #c09fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011111 11011010
Octal 300 237 332
Decimal 192 159 218
Hex C0 9F DA

RGB Percentages of Color #c09fda

%33.74
%27.94
%38.31

CMYK Percentages of Color #c09fda

%12
%27
%0
%15

Triadic Colors of #c09fda

#c09fda #dac09f #9fdac0

Analogous Colors of #c09fda

#c09fda #da9fd7 #a39fda

Monochromatic Colors of #c09fda

#c09fda

Complementary Color

#c09fda #b9da9f

#c09fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09fda Color CSS Codes

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

#c09fda Text Font Color

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

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


#c09fda Background Color

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

This div background color is #c09fda


#c09fda Border Color

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

This div border color is #c09fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09fda


Comments

No comments written yet.

Please login to write comment.