Color Hex Logo

#c510bf Color Hex

#C510BF
(197,16,191)
0 Favorites   0 Comments

Color spaces of #c510bf

RGB 19716191
HSL0.840.850.42
HSV302°92°77°
CMYK 0.000.920.03   0.23
XYZ32.615216.002550.6600
Yxy16.00250.32850.1612
Hunter Lab40.003175.5285-47.0827
CIE-Lab46.977878.5945-46.3938

#c510bf color RGB value is (197,16,191).

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

The process color (four color CMYK) of #c510bf color hex is 0.00, 0.92, 0.03, 0.23. Web safe color of #c510bf is #cc00cc. Color #c510bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010000 10111111
Octal 305 20 277
Decimal 197 16 191
Hex C5 10 BF

RGB Percentages of Color #c510bf

%48.76
%3.96
%47.28

CMYK Percentages of Color #c510bf

%0
%92
%3
%23

Triadic Colors of #c510bf

#c510bf #bfc510 #10bfc5

Analogous Colors of #c510bf

#c510bf #c51065 #7110c5

Monochromatic Colors of #c510bf

#c510bf

Complementary Color

#c510bf #10c516

#c510bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c510bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c510bf Color CSS Codes

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

#c510bf Text Font Color

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

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


#c510bf Background Color

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

This div background color is #c510bf


#c510bf Border Color

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

This div border color is #c510bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c510bf


Comments

No comments written yet.

Please login to write comment.