Color Hex Logo

#c09dfa Color Hex

#C09DFA
(192,157,250)
0 Favorites   0 Comments

Color spaces of #c09dfa

RGB 192157250
HSL0.730.900.80
HSV263°37°98°
CMYK 0.230.370.00   0.02
XYZ51.050542.222595.9016
Yxy42.22250.26990.2232
Hunter Lab64.978826.5252-42.0203
CIE-Lab71.024131.3308-41.6717

#c09dfa color RGB value is (192,157,250).

#c09dfa hex color red value is 192, green value is 157 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c09dfa hue: 0.73 , saturation: 0.90 and the lightness value of c09dfa is 0.80.

The process color (four color CMYK) of #c09dfa color hex is 0.23, 0.37, 0.00, 0.02. Web safe color of #c09dfa is #cc99ff. Color #c09dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011101 11111010
Octal 300 235 372
Decimal 192 157 250
Hex C0 9D FA

RGB Percentages of Color #c09dfa

%32.05
%26.21
%41.74

CMYK Percentages of Color #c09dfa

%23
%37
%0
%2

Triadic Colors of #c09dfa

#c09dfa #fac09d #9dfac0

Analogous Colors of #c09dfa

#c09dfa #ef9dfa #9da9fa

Monochromatic Colors of #c09dfa

#c09dfa

Complementary Color

#c09dfa #d7fa9d

#c09dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09dfa Color CSS Codes

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

#c09dfa Text Font Color

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

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


#c09dfa Background Color

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

This div background color is #c09dfa


#c09dfa Border Color

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

This div border color is #c09dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09dfa


Comments

No comments written yet.

Please login to write comment.