Color Hex Logo

#c007de Color Hex

#C007DE
(192,7,222)
0 Favorites   0 Comments

Color spaces of #c007de

RGB 1927222
HSL0.810.940.45
HSV292°97°87°
CMYK 0.140.970.00   0.13
XYZ34.999016.632470.4730
Yxy16.63240.28660.1362
Hunter Lab40.782881.8151-73.9055
CIE-Lab47.793583.4070-63.0131

#c007de color RGB value is (192,7,222).

#c007de hex color red value is 192, green value is 7 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c007de hue: 0.81 , saturation: 0.94 and the lightness value of c007de is 0.45.

The process color (four color CMYK) of #c007de color hex is 0.14, 0.97, 0.00, 0.13. Web safe color of #c007de is #cc00cc. Color #c007de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000111 11011110
Octal 300 7 336
Decimal 192 7 222
Hex C0 7 DE

RGB Percentages of Color #c007de

%45.61
%1.66
%52.73

CMYK Percentages of Color #c007de

%14
%97
%0
%13

Triadic Colors of #c007de

#c007de #dec007 #07dec0

Analogous Colors of #c007de

#c007de #de0791 #5407de

Monochromatic Colors of #c007de

#c007de

Complementary Color

#c007de #25de07

#c007de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c007de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c007de Color CSS Codes

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

#c007de Text Font Color

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

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


#c007de Background Color

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

This div background color is #c007de


#c007de Border Color

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

This div border color is #c007de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c007de


Comments

No comments written yet.

Please login to write comment.