Color Hex Logo

#c51ddf Color Hex

#C51DDF
(197,29,223)
0 Favorites   0 Comments

Color spaces of #c51ddf

RGB 19729223
HSL0.810.770.49
HSV292°87°87°
CMYK 0.120.870.00   0.13
XYZ36.784618.076871.3624
Yxy18.07680.29140.1432
Hunter Lab42.516880.0298-69.7536
CIE-Lab49.589181.6610-60.6420

#c51ddf color RGB value is (197,29,223).

#c51ddf hex color red value is 197, green value is 29 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c51ddf hue: 0.81 , saturation: 0.77 and the lightness value of c51ddf is 0.49.

The process color (four color CMYK) of #c51ddf color hex is 0.12, 0.87, 0.00, 0.13. Web safe color of #c51ddf is #cc33cc. Color #c51ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011101 11011111
Octal 305 35 337
Decimal 197 29 223
Hex C5 1D DF

RGB Percentages of Color #c51ddf

%43.88
%6.46
%49.67

CMYK Percentages of Color #c51ddf

%12
%87
%0
%13

Triadic Colors of #c51ddf

#c51ddf #dfc51d #1ddfc5

Analogous Colors of #c51ddf

#c51ddf #df1d98 #641ddf

Monochromatic Colors of #c51ddf

#c51ddf

Complementary Color

#c51ddf #37df1d

#c51ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51ddf Color CSS Codes

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

#c51ddf Text Font Color

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

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


#c51ddf Background Color

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

This div background color is #c51ddf


#c51ddf Border Color

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

This div border color is #c51ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51ddf


Comments

No comments written yet.

Please login to write comment.