Color Hex Logo

#c091dd Color Hex

#C091DD
(192,145,221)
0 Favorites   0 Comments

Color spaces of #c091dd

RGB 192145221
HSL0.770.530.72
HSV277°34°87°
CMYK 0.130.340.00   0.13
XYZ44.914836.677773.1189
Yxy36.67770.29030.2371
Hunter Lab60.562126.3976-29.1895
CIE-Lab67.034531.5444-31.9775

#c091dd color RGB value is (192,145,221).

#c091dd hex color red value is 192, green value is 145 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c091dd hue: 0.77 , saturation: 0.53 and the lightness value of c091dd is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10010001 11011101
Octal 300 221 335
Decimal 192 145 221
Hex C0 91 DD

RGB Percentages of Color #c091dd

%34.41
%25.99
%39.61

CMYK Percentages of Color #c091dd

%13
%34
%0
%13

Triadic Colors of #c091dd

#c091dd #ddc091 #91ddc0

Analogous Colors of #c091dd

#c091dd #dd91d4 #9a91dd

Monochromatic Colors of #c091dd

#c091dd

Complementary Color

#c091dd #aedd91

#c091dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c091dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c091dd Color CSS Codes

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

#c091dd Text Font Color

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

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


#c091dd Background Color

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

This div background color is #c091dd


#c091dd Border Color

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

This div border color is #c091dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c091dd


Comments

No comments written yet.

Please login to write comment.