Color Hex Logo

#c04feb Color Hex

#C04FEB
(192,79,235)
0 Favorites   0 Comments

Color spaces of #c04feb

RGB 19279235
HSL0.790.800.62
HSV283°66°92°
CMYK 0.180.660.00   0.08
XYZ39.529622.796680.9140
Yxy22.79660.27600.1591
Hunter Lab47.745864.2283-67.0557
CIE-Lab54.862267.7792-58.9791

#c04feb color RGB value is (192,79,235).

#c04feb hex color red value is 192, green value is 79 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c04feb hue: 0.79 , saturation: 0.80 and the lightness value of c04feb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001111 11101011
Octal 300 117 353
Decimal 192 79 235
Hex C0 4F EB

RGB Percentages of Color #c04feb

%37.94
%15.61
%46.44

CMYK Percentages of Color #c04feb

%18
%66
%0
%8

Triadic Colors of #c04feb

#c04feb #ebc04f #4febc0

Analogous Colors of #c04feb

#c04feb #eb4fc8 #724feb

Monochromatic Colors of #c04feb

#c04feb

Complementary Color

#c04feb #7aeb4f

#c04feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04feb Color CSS Codes

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

#c04feb Text Font Color

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

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


#c04feb Background Color

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

This div background color is #c04feb


#c04feb Border Color

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

This div border color is #c04feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04feb


Comments

No comments written yet.

Please login to write comment.