Color Hex Logo

#c255fc Color Hex

#C255FC
(194,85,252)
0 Favorites   0 Comments

Color spaces of #c255fc

RGB 19485252
HSL0.780.970.66
HSV279°66°99°
CMYK 0.230.660.00   0.01
XYZ43.067324.994694.6500
Yxy24.99460.26470.1536
Hunter Lab49.994666.2763-77.2519
CIE-Lab57.070269.0794-64.8925

#c255fc color RGB value is (194,85,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010101 11111100
Octal 302 125 374
Decimal 194 85 252
Hex C2 55 FC

RGB Percentages of Color #c255fc

%36.53
%16.01
%47.46

CMYK Percentages of Color #c255fc

%23
%66
%0
%1

Triadic Colors of #c255fc

#c255fc #fcc255 #55fcc2

Analogous Colors of #c255fc

#c255fc #fc55e3 #6f55fc

Monochromatic Colors of #c255fc

#c255fc

Complementary Color

#c255fc #8ffc55

#c255fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c255fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c255fc Color CSS Codes

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

#c255fc Text Font Color

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

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


#c255fc Background Color

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

This div background color is #c255fc


#c255fc Border Color

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

This div border color is #c255fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c255fc


Comments

No comments written yet.

Please login to write comment.