Color Hex Logo

#c51bdc Color Hex

#C51BDC
(197,27,220)
0 Favorites   0 Comments

Color spaces of #c51bdc

RGB 19727220
HSL0.810.780.48
HSV293°88°86°
CMYK 0.100.880.00   0.14
XYZ36.336217.821569.2349
Yxy17.82150.29450.1444
Hunter Lab42.215579.7633-67.6868
CIE-Lab49.278981.5116-59.4330

#c51bdc color RGB value is (197,27,220).

#c51bdc hex color red value is 197, green value is 27 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c51bdc hue: 0.81 , saturation: 0.78 and the lightness value of c51bdc is 0.48.

The process color (four color CMYK) of #c51bdc color hex is 0.10, 0.88, 0.00, 0.14. Web safe color of #c51bdc is #cc33cc. Color #c51bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011011 11011100
Octal 305 33 334
Decimal 197 27 220
Hex C5 1B DC

RGB Percentages of Color #c51bdc

%44.37
%6.08
%49.55

CMYK Percentages of Color #c51bdc

%10
%88
%0
%14

Triadic Colors of #c51bdc

#c51bdc #dcc51b #1bdcc5

Analogous Colors of #c51bdc

#c51bdc #dc1b93 #651bdc

Monochromatic Colors of #c51bdc

#c51bdc

Complementary Color

#c51bdc #32dc1b

#c51bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51bdc Color CSS Codes

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

#c51bdc Text Font Color

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

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


#c51bdc Background Color

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

This div background color is #c51bdc


#c51bdc Border Color

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

This div border color is #c51bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51bdc


Comments

No comments written yet.

Please login to write comment.