Color Hex Logo

#c07feb Color Hex

#C07FEB
(192,127,235)
0 Favorites   0 Comments

Color spaces of #c07feb

RGB 192127235
HSL0.770.730.71
HSV276°46°92°
CMYK 0.180.460.00   0.08
XYZ44.323032.383482.5118
Yxy32.38340.27840.2034
Hunter Lab56.906439.4430-46.1334
CIE-Lab63.658544.3781-44.9978

#c07feb color RGB value is (192,127,235).

#c07feb hex color red value is 192, green value is 127 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c07feb hue: 0.77 , saturation: 0.73 and the lightness value of c07feb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111111 11101011
Octal 300 177 353
Decimal 192 127 235
Hex C0 7F EB

RGB Percentages of Color #c07feb

%34.66
%22.92
%42.42

CMYK Percentages of Color #c07feb

%18
%46
%0
%8

Triadic Colors of #c07feb

#c07feb #ebc07f #7febc0

Analogous Colors of #c07feb

#c07feb #eb7fe0 #8a7feb

Monochromatic Colors of #c07feb

#c07feb

Complementary Color

#c07feb #aaeb7f

#c07feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07feb Color CSS Codes

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

#c07feb Text Font Color

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

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


#c07feb Background Color

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

This div background color is #c07feb


#c07feb Border Color

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

This div border color is #c07feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07feb


Comments

No comments written yet.

Please login to write comment.