Color Hex Logo

#c253fa Color Hex

#C253FA
(194,83,250)
0 Favorites   0 Comments

Color spaces of #c253fa

RGB 19483250
HSL0.780.940.65
HSV280°67°98°
CMYK 0.220.670.00   0.02
XYZ42.596724.558092.9375
Yxy24.55800.26610.1534
Hunter Lab49.556066.7096-76.5034
CIE-Lab56.642269.5202-64.4721

#c253fa color RGB value is (194,83,250).

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

The process color (four color CMYK) of #c253fa color hex is 0.22, 0.67, 0.00, 0.02. Web safe color of #c253fa is #cc66ff. Color #c253fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010011 11111010
Octal 302 123 372
Decimal 194 83 250
Hex C2 53 FA

RGB Percentages of Color #c253fa

%36.81
%15.75
%47.44

CMYK Percentages of Color #c253fa

%22
%67
%0
%2

Triadic Colors of #c253fa

#c253fa #fac253 #53fac2

Analogous Colors of #c253fa

#c253fa #fa53df #6f53fa

Monochromatic Colors of #c253fa

#c253fa

Complementary Color

#c253fa #8bfa53

#c253fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c253fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c253fa Color CSS Codes

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

#c253fa Text Font Color

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

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


#c253fa Background Color

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

This div background color is #c253fa


#c253fa Border Color

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

This div border color is #c253fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c253fa


Comments

No comments written yet.

Please login to write comment.