Color Hex Logo

#c70ddb Color Hex

#C70DDB
(199,13,219)
0 Favorites   0 Comments

Color spaces of #c70ddb

RGB 19913219
HSL0.820.890.45
HSV294°94°86°
CMYK 0.090.940.00   0.14
XYZ36.483317.544468.4814
Yxy17.54440.29780.1432
Hunter Lab41.886082.1753-67.6157
CIE-Lab48.938883.4666-59.3932

#c70ddb color RGB value is (199,13,219).

#c70ddb hex color red value is 199, green value is 13 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c70ddb hue: 0.82 , saturation: 0.89 and the lightness value of c70ddb is 0.45.

The process color (four color CMYK) of #c70ddb color hex is 0.09, 0.94, 0.00, 0.14. Web safe color of #c70ddb is #cc00cc. Color #c70ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00001101 11011011
Octal 307 15 333
Decimal 199 13 219
Hex C7 D DB

RGB Percentages of Color #c70ddb

%46.17
%3.02
%50.81

CMYK Percentages of Color #c70ddb

%9
%94
%0
%14

Triadic Colors of #c70ddb

#c70ddb #dbc70d #0ddbc7

Analogous Colors of #c70ddb

#c70ddb #db0d88 #600ddb

Monochromatic Colors of #c70ddb

#c70ddb

Complementary Color

#c70ddb #21db0d

#c70ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70ddb Color CSS Codes

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

#c70ddb Text Font Color

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

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


#c70ddb Background Color

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

This div background color is #c70ddb


#c70ddb Border Color

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

This div border color is #c70ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70ddb


Comments

No comments written yet.

Please login to write comment.