Color Hex Logo

#c09bff Color Hex

#C09BFF
(192,155,255)
0 Favorites   0 Comments

Color spaces of #c09bff

RGB 192155255
HSL0.731.000.80
HSV262°39°100°
CMYK 0.250.390.00   0.00
XYZ51.509641.869299.9744
Yxy41.86920.26640.2165
Hunter Lab64.706428.8589-46.3113
CIE-Lab70.780633.5947-44.7677

#c09bff color RGB value is (192,155,255).

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

The process color (four color CMYK) of #c09bff color hex is 0.25, 0.39, 0.00, 0.00. Web safe color of #c09bff is #cc99ff. Color #c09bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011011 11111111
Octal 300 233 377
Decimal 192 155 255
Hex C0 9B FF

RGB Percentages of Color #c09bff

%31.89
%25.75
%42.36

CMYK Percentages of Color #c09bff

%25
%39
%0
%0

Triadic Colors of #c09bff

#c09bff #ffc09b #9bffc0

Analogous Colors of #c09bff

#c09bff #f29bff #9ba8ff

Monochromatic Colors of #c09bff

#c09bff

Complementary Color

#c09bff #daff9b

#c09bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09bff Color CSS Codes

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

#c09bff Text Font Color

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

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


#c09bff Background Color

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

This div background color is #c09bff


#c09bff Border Color

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

This div border color is #c09bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09bff

Related Colors


Comments

No comments written yet.

Please login to write comment.