Color Hex Logo

#c721db Color Hex

#C721DB
(199,33,219)
0 Favorites   0 Comments

Color spaces of #c721db

RGB 19933219
HSL0.820.740.49
HSV294°85°86°
CMYK 0.090.850.00   0.14
XYZ36.883218.344368.6147
Yxy18.34430.29780.1481
Hunter Lab42.830278.7621-65.0023
CIE-Lab49.911180.5986-57.8279

#c721db color RGB value is (199,33,219).

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

The process color (four color CMYK) of #c721db color hex is 0.09, 0.85, 0.00, 0.14. Web safe color of #c721db is #cc33cc. Color #c721db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100001 11011011
Octal 307 41 333
Decimal 199 33 219
Hex C7 21 DB

RGB Percentages of Color #c721db

%44.12
%7.32
%48.56

CMYK Percentages of Color #c721db

%9
%85
%0
%14

Triadic Colors of #c721db

#c721db #dbc721 #21dbc7

Analogous Colors of #c721db

#c721db #db2192 #6a21db

Monochromatic Colors of #c721db

#c721db

Complementary Color

#c721db #35db21

#c721db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c721db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c721db Color CSS Codes

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

#c721db Text Font Color

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

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


#c721db Background Color

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

This div background color is #c721db


#c721db Border Color

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

This div border color is #c721db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c721db


Comments

No comments written yet.

Please login to write comment.