Color Hex Logo

#c09bfa Color Hex

#C09BFA
(192,155,250)
0 Favorites   0 Comments

Color spaces of #c09bfa

RGB 192155250
HSL0.730.900.79
HSV263°38°98°
CMYK 0.230.380.00   0.02
XYZ50.714941.551395.7897
Yxy41.55130.26970.2210
Hunter Lab64.460327.6315-42.9843
CIE-Lab70.560532.4365-42.3964

#c09bfa color RGB value is (192,155,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011011 11111010
Octal 300 233 372
Decimal 192 155 250
Hex C0 9B FA

RGB Percentages of Color #c09bfa

%32.16
%25.96
%41.88

CMYK Percentages of Color #c09bfa

%23
%38
%0
%2

Triadic Colors of #c09bfa

#c09bfa #fac09b #9bfac0

Analogous Colors of #c09bfa

#c09bfa #f09bfa #9ba6fa

Monochromatic Colors of #c09bfa

#c09bfa

Complementary Color

#c09bfa #d5fa9b

#c09bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09bfa Color CSS Codes

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

#c09bfa Text Font Color

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

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


#c09bfa Background Color

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

This div background color is #c09bfa


#c09bfa Border Color

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

This div border color is #c09bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.