Color Hex Logo

#c513bb Color Hex

#C513BB
(197,19,187)
0 Favorites   0 Comments

Color spaces of #c513bb

RGB 19719187
HSL0.840.820.42
HSV303°90°77°
CMYK 0.000.900.05   0.23
XYZ32.228515.923948.3887
Yxy15.92390.33380.1649
Hunter Lab39.904874.3296-43.9620
CIE-Lab46.874577.6507-44.2203

#c513bb color RGB value is (197,19,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010011 10111011
Octal 305 23 273
Decimal 197 19 187
Hex C5 13 BB

RGB Percentages of Color #c513bb

%48.88
%4.71
%46.40

CMYK Percentages of Color #c513bb

%0
%90
%5
%23

Triadic Colors of #c513bb

#c513bb #bbc513 #13bbc5

Analogous Colors of #c513bb

#c513bb #c51362 #7613c5

Monochromatic Colors of #c513bb

#c513bb

Complementary Color

#c513bb #13c51d

#c513bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c513bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c513bb Color CSS Codes

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

#c513bb Text Font Color

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

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


#c513bb Background Color

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

This div background color is #c513bb


#c513bb Border Color

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

This div border color is #c513bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c513bb


Comments

No comments written yet.

Please login to write comment.