Color Hex Logo

#c09cfb Color Hex

#C09CFB
(192,156,251)
0 Favorites   0 Comments

Color spaces of #c09cfb

RGB 192156251
HSL0.730.920.80
HSV263°38°98°
CMYK 0.240.380.00   0.02
XYZ51.039341.948496.6736
Yxy41.94840.26910.2212
Hunter Lab64.767627.3215-43.1603
CIE-Lab70.835332.1145-42.5101

#c09cfb color RGB value is (192,156,251).

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

The process color (four color CMYK) of #c09cfb color hex is 0.24, 0.38, 0.00, 0.02. Web safe color of #c09cfb is #cc99ff. Color #c09cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011100 11111011
Octal 300 234 373
Decimal 192 156 251
Hex C0 9C FB

RGB Percentages of Color #c09cfb

%32.05
%26.04
%41.90

CMYK Percentages of Color #c09cfb

%24
%38
%0
%2

Triadic Colors of #c09cfb

#c09cfb #fbc09c #9cfbc0

Analogous Colors of #c09cfb

#c09cfb #f09cfb #9ca8fb

Monochromatic Colors of #c09cfb

#c09cfb

Complementary Color

#c09cfb #d7fb9c

#c09cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09cfb Color CSS Codes

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

#c09cfb Text Font Color

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

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


#c09cfb Background Color

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

This div background color is #c09cfb


#c09cfb Border Color

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

This div border color is #c09cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09cfb


Comments

No comments written yet.

Please login to write comment.