Color Hex Logo

#c09fdd Color Hex

#C09FDD
(192,159,221)
0 Favorites   0 Comments

Color spaces of #c09fdd

RGB 192159221
HSL0.760.480.75
HSV272°28°87°
CMYK 0.130.280.00   0.13
XYZ47.187541.223273.8764
Yxy41.22320.29080.2540
Hunter Lab64.205318.8288-23.2770
CIE-Lab70.332023.7920-26.8949

#c09fdd color RGB value is (192,159,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011111 11011101
Octal 300 237 335
Decimal 192 159 221
Hex C0 9F DD

RGB Percentages of Color #c09fdd

%33.57
%27.80
%38.64

CMYK Percentages of Color #c09fdd

%13
%28
%0
%13

Triadic Colors of #c09fdd

#c09fdd #ddc09f #9fddc0

Analogous Colors of #c09fdd

#c09fdd #dd9fdb #a19fdd

Monochromatic Colors of #c09fdd

#c09fdd

Complementary Color

#c09fdd #bcdd9f

#c09fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09fdd Color CSS Codes

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

#c09fdd Text Font Color

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

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


#c09fdd Background Color

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

This div background color is #c09fdd


#c09fdd Border Color

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

This div border color is #c09fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09fdd


Comments

No comments written yet.

Please login to write comment.