Color Hex Logo

#c253fc Color Hex

#C253FC
(194,83,252)
0 Favorites   0 Comments

Color spaces of #c253fc

RGB 19483252
HSL0.780.970.66
HSV279°67°99°
CMYK 0.230.670.00   0.01
XYZ42.912124.684194.5983
Yxy24.68410.26460.1522
Hunter Lab49.683167.2279-78.1120
CIE-Lab56.766369.9272-65.3816

#c253fc color RGB value is (194,83,252).

#c253fc hex color red value is 194, green value is 83 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c253fc hue: 0.78 , saturation: 0.97 and the lightness value of c253fc is 0.66.

The process color (four color CMYK) of #c253fc color hex is 0.23, 0.67, 0.00, 0.01. Web safe color of #c253fc is #cc66ff. Color #c253fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010011 11111100
Octal 302 123 374
Decimal 194 83 252
Hex C2 53 FC

RGB Percentages of Color #c253fc

%36.67
%15.69
%47.64

CMYK Percentages of Color #c253fc

%23
%67
%0
%1

Triadic Colors of #c253fc

#c253fc #fcc253 #53fcc2

Analogous Colors of #c253fc

#c253fc #fc53e2 #6e53fc

Monochromatic Colors of #c253fc

#c253fc

Complementary Color

#c253fc #8dfc53

#c253fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c253fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c253fc Color CSS Codes

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

#c253fc Text Font Color

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

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


#c253fc Background Color

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

This div background color is #c253fc


#c253fc Border Color

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

This div border color is #c253fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,83,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c253fc


Comments

No comments written yet.

Please login to write comment.