color codes Logo

#c50ddf color codes

#C50DDF
(197,13,223)
0 Favorites   0 Comments

Color spaces of #c50ddf

RGB 19713223
HSL0.810.890.46
HSV293°94°87°
CMYK 0.120.940.00   0.13
XYZ36.489217.485971.2640
Yxy17.48590.29140.1396
Hunter Lab41.816182.5827-71.7720
CIE-Lab48.866583.7976-61.8079

#c50ddf color RGB value is (197,13,223).

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

The process color (four color CMYK) of #c50ddf color code is 0.12, 0.94, 0.00, 0.13. Web safe color of #c50ddf is #cc00cc. Color #c50ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001101 11011111
Octal 305 15 337
Decimal 197 13 223
Hex C5 D DF

RGB Percentages of Color #c50ddf

%45.50
%3.00
%51.50

CMYK Percentages of Color #c50ddf

%12
%94
%0
%13

Triadic Colors of #c50ddf

#c50ddf #dfc50d #0ddfc5

Analogous Colors of #c50ddf

#c50ddf #df0d90 #5c0ddf

Monochromatic Colors of #c50ddf

#c50ddf

Complementary Color

#c50ddf #27df0d

#c50ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50ddf Color CSS Codes

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

#c50ddf Text Font Color

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

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


#c50ddf Background Color

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

This div background color is #c50ddf


#c50ddf Border Color

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

This div border color is #c50ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50ddf


Comments

No comments written yet.

Please login to write comment.