Color Hex Logo

#c228de Color Hex

#C228DE
(194,40,222)
0 Favorites   0 Comments

Color spaces of #c228de

RGB 19440222
HSL0.810.730.51
HSV291°82°87°
CMYK 0.130.820.00   0.13
XYZ36.191718.260870.7244
Yxy18.26080.28910.1459
Hunter Lab42.732776.3954-68.2147
CIE-Lab49.810978.7367-59.7403

#c228de color RGB value is (194,40,222).

#c228de hex color red value is 194, green value is 40 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c228de hue: 0.81 , saturation: 0.73 and the lightness value of c228de is 0.51.

The process color (four color CMYK) of #c228de color hex is 0.13, 0.82, 0.00, 0.13. Web safe color of #c228de is #cc33cc. Color #c228de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00101000 11011110
Octal 302 50 336
Decimal 194 40 222
Hex C2 28 DE

RGB Percentages of Color #c228de

%42.54
%8.77
%48.68

CMYK Percentages of Color #c228de

%13
%82
%0
%13

Triadic Colors of #c228de

#c228de #dec228 #28dec2

Analogous Colors of #c228de

#c228de #de289f #6728de

Monochromatic Colors of #c228de

#c228de

Complementary Color

#c228de #44de28

#c228de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c228de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c228de Color CSS Codes

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

#c228de Text Font Color

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

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


#c228de Background Color

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

This div background color is #c228de


#c228de Border Color

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

This div border color is #c228de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c228de


Comments

No comments written yet.

Please login to write comment.