Color Hex Logo

#c512df Color Hex

#C512DF
(197,18,223)
0 Favorites   0 Comments

Color spaces of #c512df

RGB 19718223
HSL0.810.850.47
HSV292°92°87°
CMYK 0.120.920.00   0.13
XYZ36.561517.630671.2881
Yxy17.63060.29140.1405
Hunter Lab41.988881.9474-71.2697
CIE-Lab49.045083.2684-61.5198

#c512df color RGB value is (197,18,223).

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

The process color (four color CMYK) of #c512df color hex is 0.12, 0.92, 0.00, 0.13. Web safe color of #c512df is #cc00cc. Color #c512df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010010 11011111
Octal 305 22 337
Decimal 197 18 223
Hex C5 12 DF

RGB Percentages of Color #c512df

%44.98
%4.11
%50.91

CMYK Percentages of Color #c512df

%12
%92
%0
%13

Triadic Colors of #c512df

#c512df #dfc512 #12dfc5

Analogous Colors of #c512df

#c512df #df1293 #5e12df

Monochromatic Colors of #c512df

#c512df

Complementary Color

#c512df #2cdf12

#c512df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c512df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c512df Color CSS Codes

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

#c512df Text Font Color

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

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


#c512df Background Color

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

This div background color is #c512df


#c512df Border Color

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

This div border color is #c512df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c512df


Comments

No comments written yet.

Please login to write comment.