Color Hex Logo

#c502db Color Hex

#C502DB
(197,2,219)
0 Favorites   0 Comments

Color spaces of #c502db

RGB 1972219
HSL0.820.980.43
HSV294°99°86°
CMYK 0.100.990.00   0.14
XYZ35.833817.028268.4160
Yxy17.02820.29550.1404
Hunter Lab41.265282.7912-69.4146
CIE-Lab48.295584.0699-60.4476

#c502db color RGB value is (197,2,219).

#c502db hex color red value is 197, green value is 2 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c502db hue: 0.82 , saturation: 0.98 and the lightness value of c502db is 0.43.

The process color (four color CMYK) of #c502db color hex is 0.10, 0.99, 0.00, 0.14. Web safe color of #c502db is #cc00cc. Color #c502db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000010 11011011
Octal 305 2 333
Decimal 197 2 219
Hex C5 2 DB

RGB Percentages of Color #c502db

%47.13
%0.48
%52.39

CMYK Percentages of Color #c502db

%10
%99
%0
%14

Triadic Colors of #c502db

#c502db #dbc502 #02dbc5

Analogous Colors of #c502db

#c502db #db0285 #5802db

Monochromatic Colors of #c502db

#c502db

Complementary Color

#c502db #18db02

#c502db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c502db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c502db Color CSS Codes

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

#c502db Text Font Color

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

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


#c502db Background Color

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

This div background color is #c502db


#c502db Border Color

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

This div border color is #c502db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c502db


Comments

No comments written yet.

Please login to write comment.