Color Hex Logo

#c07cef Color Hex

#C07CEF
(192,124,239)
0 Favorites   0 Comments

Color spaces of #c07cef

RGB 192124239
HSL0.770.780.71
HSV275°48°94°
CMYK 0.200.480.00   0.06
XYZ44.525931.853885.4630
Yxy31.85380.27510.1968
Hunter Lab56.439242.0534-50.2724
CIE-Lab63.221946.8509-47.8991

#c07cef color RGB value is (192,124,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111100 11101111
Octal 300 174 357
Decimal 192 124 239
Hex C0 7C EF

RGB Percentages of Color #c07cef

%34.59
%22.34
%43.06

CMYK Percentages of Color #c07cef

%20
%48
%0
%6

Triadic Colors of #c07cef

#c07cef #efc07c #7cefc0

Analogous Colors of #c07cef

#c07cef #ef7ce5 #877cef

Monochromatic Colors of #c07cef

#c07cef

Complementary Color

#c07cef #abef7c

#c07cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07cef Color CSS Codes

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

#c07cef Text Font Color

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

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


#c07cef Background Color

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

This div background color is #c07cef


#c07cef Border Color

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

This div border color is #c07cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07cef


Comments

No comments written yet.

Please login to write comment.