Color Hex Logo

#c228fe Color Hex

#C228FE
(194,40,254)
0 Favorites   0 Comments

Color spaces of #c228fe

RGB 19440254
HSL0.790.990.58
HSV283°84°100°
CMYK 0.240.840.00   0.00
XYZ40.896320.142795.4984
Yxy20.14270.26130.1287
Hunter Lab44.880684.1124-94.7427
CIE-Lab51.998284.3768-74.2059

#c228fe color RGB value is (194,40,254).

#c228fe hex color red value is 194, green value is 40 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c228fe hue: 0.79 , saturation: 0.99 and the lightness value of c228fe is 0.58.

The process color (four color CMYK) of #c228fe color hex is 0.24, 0.84, 0.00, 0.00. Web safe color of #c228fe is #cc33ff. Color #c228fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00101000 11111110
Octal 302 50 376
Decimal 194 40 254
Hex C2 28 FE

RGB Percentages of Color #c228fe

%39.75
%8.20
%52.05

CMYK Percentages of Color #c228fe

%24
%84
%0
%0

Triadic Colors of #c228fe

#c228fe #fec228 #28fec2

Analogous Colors of #c228fe

#c228fe #fe28cf #5728fe

Monochromatic Colors of #c228fe

#c228fe

Complementary Color

#c228fe #64fe28

#c228fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c228fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c228fe Color CSS Codes

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

#c228fe Text Font Color

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

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


#c228fe Background Color

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

This div background color is #c228fe


#c228fe Border Color

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

This div border color is #c228fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c228fe


Comments

No comments written yet.

Please login to write comment.