Color Hex Logo

#c05bef Color Hex

#C05BEF
(192,91,239)
0 Favorites   0 Comments

Color spaces of #c05bef

RGB 19291239
HSL0.780.820.65
HSV281°62°94°
CMYK 0.200.620.00   0.06
XYZ41.059324.920684.3075
Yxy24.92060.27320.1658
Hunter Lab49.920559.4541-65.1866
CIE-Lab56.998063.3268-57.7947

#c05bef color RGB value is (192,91,239).

#c05bef hex color red value is 192, green value is 91 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c05bef hue: 0.78 , saturation: 0.82 and the lightness value of c05bef is 0.65.

The process color (four color CMYK) of #c05bef color hex is 0.20, 0.62, 0.00, 0.06. Web safe color of #c05bef is #cc66ff. Color #c05bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011011 11101111
Octal 300 133 357
Decimal 192 91 239
Hex C0 5B EF

RGB Percentages of Color #c05bef

%36.78
%17.43
%45.79

CMYK Percentages of Color #c05bef

%20
%62
%0
%6

Triadic Colors of #c05bef

#c05bef #efc05b #5befc0

Analogous Colors of #c05bef

#c05bef #ef5bd4 #765bef

Monochromatic Colors of #c05bef

#c05bef

Complementary Color

#c05bef #8aef5b

#c05bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05bef Color CSS Codes

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

#c05bef Text Font Color

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

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


#c05bef Background Color

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

This div background color is #c05bef


#c05bef Border Color

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

This div border color is #c05bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05bef


Comments

No comments written yet.

Please login to write comment.