Color Hex Logo

#c700de Color Hex

#C700DE
(199,0,222)
0 Favorites   0 Comments

Color spaces of #c700de

RGB 1990222
HSL0.821.000.44
HSV294°100°87°
CMYK 0.101.000.00   0.13
XYZ36.738017.416070.5326
Yxy17.41600.29460.1397
Hunter Lab41.732584.1055-70.9940
CIE-Lab48.780084.9948-61.3610

#c700de color RGB value is (199,0,222).

#c700de hex color red value is 199, green value is 0 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c700de hue: 0.82 , saturation: 1.00 and the lightness value of c700de is 0.44.

The process color (four color CMYK) of #c700de color hex is 0.10, 1.00, 0.00, 0.13. Web safe color of #c700de is #cc00cc. Color #c700de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000000 11011110
Octal 307 0 336
Decimal 199 0 222
Hex C7 0 DE

RGB Percentages of Color #c700de

%47.27
%0.00
%52.73

CMYK Percentages of Color #c700de

%10
%100
%0
%13

Triadic Colors of #c700de

#c700de #dec700 #00dec7

Analogous Colors of #c700de

#c700de #de0086 #5800de

Monochromatic Colors of #c700de

#c700de

Complementary Color

#c700de #17de00

#c700de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c700de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c700de Color CSS Codes

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

#c700de Text Font Color

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

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


#c700de Background Color

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

This div background color is #c700de


#c700de Border Color

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

This div border color is #c700de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c700de


Comments

No comments written yet.

Please login to write comment.