Color Hex Logo

#c07edc Color Hex

#C07EDC
(192,126,220)
0 Favorites   0 Comments

Color spaces of #c07edc

RGB 192126220
HSL0.780.570.68
HSV282°43°86°
CMYK 0.130.430.00   0.14
XYZ42.117331.295571.5310
Yxy31.29550.29060.2159
Hunter Lab55.942436.4880-36.6518
CIE-Lab62.756341.7254-38.0766

#c07edc color RGB value is (192,126,220).

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

The process color (four color CMYK) of #c07edc color hex is 0.13, 0.43, 0.00, 0.14. Web safe color of #c07edc is #cc66cc. Color #c07edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111110 11011100
Octal 300 176 334
Decimal 192 126 220
Hex C0 7E DC

RGB Percentages of Color #c07edc

%35.69
%23.42
%40.89

CMYK Percentages of Color #c07edc

%13
%43
%0
%14

Triadic Colors of #c07edc

#c07edc #dcc07e #7edcc0

Analogous Colors of #c07edc

#c07edc #dc7ec9 #917edc

Monochromatic Colors of #c07edc

#c07edc

Complementary Color

#c07edc #9adc7e

#c07edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07edc Color CSS Codes

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

#c07edc Text Font Color

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

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


#c07edc Background Color

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

This div background color is #c07edc


#c07edc Border Color

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

This div border color is #c07edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07edc


Comments

No comments written yet.

Please login to write comment.