Color Hex Logo

#c244ea Color Hex

#C244EA
(194,68,234)
0 Favorites   0 Comments

Color spaces of #c244ea

RGB 19468234
HSL0.790.800.59
HSV286°71°92°
CMYK 0.170.710.00   0.08
XYZ39.166521.544179.9360
Yxy21.54410.27850.1532
Hunter Lab46.415669.3948-69.6170
CIE-Lab53.539972.3326-60.5261

#c244ea color RGB value is (194,68,234).

#c244ea hex color red value is 194, green value is 68 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c244ea hue: 0.79 , saturation: 0.80 and the lightness value of c244ea is 0.59.

The process color (four color CMYK) of #c244ea color hex is 0.17, 0.71, 0.00, 0.08. Web safe color of #c244ea is #cc33ff. Color #c244ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000100 11101010
Octal 302 104 352
Decimal 194 68 234
Hex C2 44 EA

RGB Percentages of Color #c244ea

%39.11
%13.71
%47.18

CMYK Percentages of Color #c244ea

%17
%71
%0
%8

Triadic Colors of #c244ea

#c244ea #eac244 #44eac2

Analogous Colors of #c244ea

#c244ea #ea44bf #6f44ea

Monochromatic Colors of #c244ea

#c244ea

Complementary Color

#c244ea #6cea44

#c244ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c244ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c244ea Color CSS Codes

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

#c244ea Text Font Color

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

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


#c244ea Background Color

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

This div background color is #c244ea


#c244ea Border Color

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

This div border color is #c244ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c244ea


Comments

No comments written yet.

Please login to write comment.