Color Hex Logo

#c245ea Color Hex

#C245EA
(194,69,234)
0 Favorites   0 Comments

Color spaces of #c245ea

RGB 19469234
HSL0.790.800.59
HSV285°71°92°
CMYK 0.170.710.00   0.08
XYZ39.227521.666179.9564
Yxy21.66610.27850.1538
Hunter Lab46.546968.9744-69.2633
CIE-Lab53.670971.9609-60.3156

#c245ea color RGB value is (194,69,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000101 11101010
Octal 302 105 352
Decimal 194 69 234
Hex C2 45 EA

RGB Percentages of Color #c245ea

%39.03
%13.88
%47.08

CMYK Percentages of Color #c245ea

%17
%71
%0
%8

Triadic Colors of #c245ea

#c245ea #eac245 #45eac2

Analogous Colors of #c245ea

#c245ea #ea45c0 #7045ea

Monochromatic Colors of #c245ea

#c245ea

Complementary Color

#c245ea #6dea45

#c245ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c245ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c245ea Color CSS Codes

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

#c245ea Text Font Color

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

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


#c245ea Background Color

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

This div background color is #c245ea


#c245ea Border Color

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

This div border color is #c245ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c245ea


Comments

No comments written yet.

Please login to write comment.