Color Hex Logo

#c07eca Color Hex

#C07ECA
(192,126,202)
0 Favorites   0 Comments

Color spaces of #c07eca

RGB 192126202
HSL0.810.420.64
HSV292°38°79°
CMYK 0.050.380.00   0.21
XYZ39.859830.392459.6426
Yxy30.39240.30690.2340
Hunter Lab55.129332.5835-25.5534
CIE-Lab61.991338.0866-29.1745

#c07eca color RGB value is (192,126,202).

#c07eca hex color red value is 192, green value is 126 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c07eca hue: 0.81 , saturation: 0.42 and the lightness value of c07eca is 0.64.

The process color (four color CMYK) of #c07eca color hex is 0.05, 0.38, 0.00, 0.21. Web safe color of #c07eca is #cc66cc. Color #c07eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111110 11001010
Octal 300 176 312
Decimal 192 126 202
Hex C0 7E CA

RGB Percentages of Color #c07eca

%36.92
%24.23
%38.85

CMYK Percentages of Color #c07eca

%5
%38
%0
%21

Triadic Colors of #c07eca

#c07eca #cac07e #7ecac0

Analogous Colors of #c07eca

#c07eca #ca7eae #9a7eca

Monochromatic Colors of #c07eca

#c07eca

Complementary Color

#c07eca #88ca7e

#c07eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07eca Color CSS Codes

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

#c07eca Text Font Color

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

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


#c07eca Background Color

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

This div background color is #c07eca


#c07eca Border Color

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

This div border color is #c07eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07eca


Comments

No comments written yet.

Please login to write comment.