Color Hex Logo

#c07edb Color Hex

#C07EDB
(192,126,219)
0 Favorites   0 Comments

Color spaces of #c07edb

RGB 192126219
HSL0.780.560.68
HSV283°42°86°
CMYK 0.120.420.00   0.14
XYZ41.985331.242670.8354
Yxy31.24260.29140.2169
Hunter Lab55.895136.2630-36.0112
CIE-Lab62.711941.5182-37.5878

#c07edb color RGB value is (192,126,219).

#c07edb hex color red value is 192, green value is 126 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c07edb hue: 0.78 , saturation: 0.56 and the lightness value of c07edb is 0.68.

The process color (four color CMYK) of #c07edb color hex is 0.12, 0.42, 0.00, 0.14. Web safe color of #c07edb is #cc66cc. Color #c07edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111110 11011011
Octal 300 176 333
Decimal 192 126 219
Hex C0 7E DB

RGB Percentages of Color #c07edb

%35.75
%23.46
%40.78

CMYK Percentages of Color #c07edb

%12
%42
%0
%14

Triadic Colors of #c07edb

#c07edb #dbc07e #7edbc0

Analogous Colors of #c07edb

#c07edb #db7ec8 #927edb

Monochromatic Colors of #c07edb

#c07edb

Complementary Color

#c07edb #99db7e

#c07edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07edb Color CSS Codes

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

#c07edb Text Font Color

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

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


#c07edb Background Color

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

This div background color is #c07edb


#c07edb Border Color

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

This div border color is #c07edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07edb


Comments

No comments written yet.

Please login to write comment.