Color Hex Logo

#c507db Color Hex

#C507DB
(197,7,219)
0 Favorites   0 Comments

Color spaces of #c507db

RGB 1977219
HSL0.820.940.44
HSV294°97°86°
CMYK 0.100.970.00   0.14
XYZ35.888117.136768.4340
Yxy17.13670.29550.1411
Hunter Lab41.396582.3041-69.0368
CIE-Lab48.431883.6649-60.2277

#c507db color RGB value is (197,7,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000111 11011011
Octal 305 7 333
Decimal 197 7 219
Hex C5 7 DB

RGB Percentages of Color #c507db

%46.57
%1.65
%51.77

CMYK Percentages of Color #c507db

%10
%97
%0
%14

Triadic Colors of #c507db

#c507db #dbc507 #07dbc5

Analogous Colors of #c507db

#c507db #db0787 #5b07db

Monochromatic Colors of #c507db

#c507db

Complementary Color

#c507db #1ddb07

#c507db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c507db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c507db Color CSS Codes

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

#c507db Text Font Color

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

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


#c507db Background Color

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

This div background color is #c507db


#c507db Border Color

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

This div border color is #c507db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c507db


Comments

No comments written yet.

Please login to write comment.