Color Hex Logo

#c07fef Color Hex

#C07FEF
(192,127,239)
0 Favorites   0 Comments

Color spaces of #c07fef

RGB 192127239
HSL0.760.780.72
HSV275°47°94°
CMYK 0.200.470.00   0.06
XYZ44.907632.617285.5902
Yxy32.61720.27530.2000
Hunter Lab57.111540.4121-48.8770
CIE-Lab63.849745.2510-46.9080

#c07fef color RGB value is (192,127,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111111 11101111
Octal 300 177 357
Decimal 192 127 239
Hex C0 7F EF

RGB Percentages of Color #c07fef

%34.41
%22.76
%42.83

CMYK Percentages of Color #c07fef

%20
%47
%0
%6

Triadic Colors of #c07fef

#c07fef #efc07f #7fefc0

Analogous Colors of #c07fef

#c07fef #ef7fe6 #887fef

Monochromatic Colors of #c07fef

#c07fef

Complementary Color

#c07fef #aeef7f

#c07fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07fef Color CSS Codes

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

#c07fef Text Font Color

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

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


#c07fef Background Color

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

This div background color is #c07fef


#c07fef Border Color

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

This div border color is #c07fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07fef


Comments

No comments written yet.

Please login to write comment.