Color Hex Logo

#c70dfd Color Hex

#C70DFD
(199,13,253)
0 Favorites   0 Comments

Color spaces of #c70dfd

RGB 19913253
HSL0.800.980.52
HSV287°95°99°
CMYK 0.210.950.00   0.01
XYZ41.426719.521894.5132
Yxy19.52180.26650.1256
Hunter Lab44.183590.0416-95.8992
CIE-Lab51.292289.0448-74.7625

#c70dfd color RGB value is (199,13,253).

#c70dfd hex color red value is 199, green value is 13 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c70dfd hue: 0.80 , saturation: 0.98 and the lightness value of c70dfd is 0.52.

The process color (four color CMYK) of #c70dfd color hex is 0.21, 0.95, 0.00, 0.01. Web safe color of #c70dfd is #cc00ff. Color #c70dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00001101 11111101
Octal 307 15 375
Decimal 199 13 253
Hex C7 D FD

RGB Percentages of Color #c70dfd

%42.80
%2.80
%54.41

CMYK Percentages of Color #c70dfd

%21
%95
%0
%1

Triadic Colors of #c70dfd

#c70dfd #fdc70d #0dfdc7

Analogous Colors of #c70dfd

#c70dfd #fd0dbb #4f0dfd

Monochromatic Colors of #c70dfd

#c70dfd

Complementary Color

#c70dfd #43fd0d

#c70dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70dfd Color CSS Codes

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

#c70dfd Text Font Color

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

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


#c70dfd Background Color

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

This div background color is #c70dfd


#c70dfd Border Color

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

This div border color is #c70dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.