Color Hex Logo

#c70dec Color Hex

#C70DEC
(199,13,236)
0 Favorites   0 Comments

Color spaces of #c70dec

RGB 19913236
HSL0.810.900.49
HSV290°94°93°
CMYK 0.160.940.00   0.07
XYZ38.837418.486180.8781
Yxy18.48610.28100.1338
Hunter Lab42.995585.9953-81.4327
CIE-Lab50.080586.1989-67.1967

#c70dec color RGB value is (199,13,236).

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

The process color (four color CMYK) of #c70dec color hex is 0.16, 0.94, 0.00, 0.07. Web safe color of #c70dec is #cc00ff. Color #c70dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00001101 11101100
Octal 307 15 354
Decimal 199 13 236
Hex C7 D EC

RGB Percentages of Color #c70dec

%44.42
%2.90
%52.68

CMYK Percentages of Color #c70dec

%16
%94
%0
%7

Triadic Colors of #c70dec

#c70dec #ecc70d #0decc7

Analogous Colors of #c70dec

#c70dec #ec0da2 #580dec

Monochromatic Colors of #c70dec

#c70dec

Complementary Color

#c70dec #32ec0d

#c70dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70dec Color CSS Codes

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

#c70dec Text Font Color

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

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


#c70dec Background Color

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

This div background color is #c70dec


#c70dec Border Color

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

This div border color is #c70dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70dec


Comments

No comments written yet.

Please login to write comment.