Color Hex Logo

#c253df Color Hex

#C253DF
(194,83,223)
0 Favorites   0 Comments

Color spaces of #c253df

RGB 19483223
HSL0.800.690.60
HSV288°63°87°
CMYK 0.130.630.00   0.13
XYZ38.660722.983672.2107
Yxy22.98360.28880.1717
Hunter Lab47.941260.0486-55.7458
CIE-Lab55.055464.1915-51.9029

#c253df color RGB value is (194,83,223).

#c253df hex color red value is 194, green value is 83 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c253df hue: 0.80 , saturation: 0.69 and the lightness value of c253df is 0.60.

The process color (four color CMYK) of #c253df color hex is 0.13, 0.63, 0.00, 0.13. Web safe color of #c253df is #cc66cc. Color #c253df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010011 11011111
Octal 302 123 337
Decimal 194 83 223
Hex C2 53 DF

RGB Percentages of Color #c253df

%38.80
%16.60
%44.60

CMYK Percentages of Color #c253df

%13
%63
%0
%13

Triadic Colors of #c253df

#c253df #dfc253 #53dfc2

Analogous Colors of #c253df

#c253df #df53b6 #7c53df

Monochromatic Colors of #c253df

#c253df

Complementary Color

#c253df #70df53

#c253df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c253df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c253df Color CSS Codes

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

#c253df Text Font Color

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

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


#c253df Background Color

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

This div background color is #c253df


#c253df Border Color

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

This div border color is #c253df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c253df


Comments

No comments written yet.

Please login to write comment.