Color Hex Logo

#c70deb Color Hex

#C70DEB
(199,13,235)
0 Favorites   0 Comments

Color spaces of #c70deb

RGB 19913235
HSL0.810.900.49
HSV290°94°92°
CMYK 0.150.940.00   0.08
XYZ38.692518.428180.1149
Yxy18.42810.28190.1343
Hunter Lab42.928085.7645-80.6012
CIE-Lab50.011386.0351-66.7445

#c70deb color RGB value is (199,13,235).

#c70deb hex color red value is 199, green value is 13 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c70deb hue: 0.81 , saturation: 0.90 and the lightness value of c70deb is 0.49.

The process color (four color CMYK) of #c70deb color hex is 0.15, 0.94, 0.00, 0.08. Web safe color of #c70deb is #cc00ff. Color #c70deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00001101 11101011
Octal 307 15 353
Decimal 199 13 235
Hex C7 D EB

RGB Percentages of Color #c70deb

%44.52
%2.91
%52.57

CMYK Percentages of Color #c70deb

%15
%94
%0
%8

Triadic Colors of #c70deb

#c70deb #ebc70d #0debc7

Analogous Colors of #c70deb

#c70deb #eb0da0 #580deb

Monochromatic Colors of #c70deb

#c70deb

Complementary Color

#c70deb #31eb0d

#c70deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70deb Color CSS Codes

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

#c70deb Text Font Color

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

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


#c70deb Background Color

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

This div background color is #c70deb


#c70deb Border Color

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

This div border color is #c70deb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,13,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70deb


Comments

No comments written yet.

Please login to write comment.