Color Hex Logo

#c09ffe Color Hex

#C09FFE
(192,159,254)
0 Favorites   0 Comments

Color spaces of #c09ffe

RGB 192159254
HSL0.720.980.81
HSV261°37°100°
CMYK 0.240.370.00   0.00
XYZ52.025843.158599.3543
Yxy43.15850.26740.2219
Hunter Lab65.695126.3926-43.6809
CIE-Lab71.662431.1512-42.8447

#c09ffe color RGB value is (192,159,254).

#c09ffe hex color red value is 192, green value is 159 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c09ffe hue: 0.72 , saturation: 0.98 and the lightness value of c09ffe is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10011111 11111110
Octal 300 237 376
Decimal 192 159 254
Hex C0 9F FE

RGB Percentages of Color #c09ffe

%31.74
%26.28
%41.98

CMYK Percentages of Color #c09ffe

%24
%37
%0
%0

Triadic Colors of #c09ffe

#c09ffe #fec09f #9ffec0

Analogous Colors of #c09ffe

#c09ffe #f09ffe #9faefe

Monochromatic Colors of #c09ffe

#c09ffe

Complementary Color

#c09ffe #ddfe9f

#c09ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c09ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c09ffe Color CSS Codes

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

#c09ffe Text Font Color

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

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


#c09ffe Background Color

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

This div background color is #c09ffe


#c09ffe Border Color

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

This div border color is #c09ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c09ffe


Comments

No comments written yet.

Please login to write comment.