Color Hex Logo

#c05feb Color Hex

#C05FEB
(192,95,235)
0 Favorites   0 Comments

Color spaces of #c05feb

RGB 19295235
HSL0.780.780.65
HSV282°60°92°
CMYK 0.180.600.00   0.08
XYZ40.825825.389081.3461
Yxy25.38900.27670.1721
Hunter Lab50.387556.4491-60.4471
CIE-Lab57.452560.6498-54.8350

#c05feb color RGB value is (192,95,235).

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

The process color (four color CMYK) of #c05feb color hex is 0.18, 0.60, 0.00, 0.08. Web safe color of #c05feb is #cc66ff. Color #c05feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011111 11101011
Octal 300 137 353
Decimal 192 95 235
Hex C0 5F EB

RGB Percentages of Color #c05feb

%36.78
%18.20
%45.02

CMYK Percentages of Color #c05feb

%18
%60
%0
%8

Triadic Colors of #c05feb

#c05feb #ebc05f #5febc0

Analogous Colors of #c05feb

#c05feb #eb5fd0 #7a5feb

Monochromatic Colors of #c05feb

#c05feb

Complementary Color

#c05feb #8aeb5f

#c05feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05feb Color CSS Codes

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

#c05feb Text Font Color

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

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


#c05feb Background Color

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

This div background color is #c05feb


#c05feb Border Color

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

This div border color is #c05feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05feb


Comments

No comments written yet.

Please login to write comment.