Color Hex Logo

#c514bb Color Hex

#C514BB
(197,20,187)
0 Favorites   0 Comments

Color spaces of #c514bb

RGB 19720187
HSL0.840.820.43
HSV303°90°77°
CMYK 0.000.900.05   0.23
XYZ32.245815.958548.3945
Yxy15.95850.33380.1652
Hunter Lab39.948174.1747-43.8623
CIE-Lab46.920077.5169-44.1480

#c514bb color RGB value is (197,20,187).

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

The process color (four color CMYK) of #c514bb color hex is 0.00, 0.90, 0.05, 0.23. Web safe color of #c514bb is #cc00cc. Color #c514bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010100 10111011
Octal 305 24 273
Decimal 197 20 187
Hex C5 14 BB

RGB Percentages of Color #c514bb

%48.76
%4.95
%46.29

CMYK Percentages of Color #c514bb

%0
%90
%5
%23

Triadic Colors of #c514bb

#c514bb #bbc514 #14bbc5

Analogous Colors of #c514bb

#c514bb #c51462 #7714c5

Monochromatic Colors of #c514bb

#c514bb

Complementary Color

#c514bb #14c51e

#c514bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c514bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c514bb Color CSS Codes

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

#c514bb Text Font Color

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

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


#c514bb Background Color

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

This div background color is #c514bb


#c514bb Border Color

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

This div border color is #c514bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,20,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c514bb


Comments

No comments written yet.

Please login to write comment.