Color Hex Logo

#c34aea Color Hex

#C34AEA
(195,74,234)
0 Favorites   0 Comments

Color spaces of #c34aea

RGB 19574234
HSL0.790.790.60
HSV285°68°92°
CMYK 0.170.680.00   0.08
XYZ39.805722.440280.0753
Yxy22.44020.27970.1577
Hunter Lab47.371167.0933-67.0631
CIE-Lab54.491070.2463-58.9911

#c34aea color RGB value is (195,74,234).

#c34aea hex color red value is 195, green value is 74 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c34aea hue: 0.79 , saturation: 0.79 and the lightness value of c34aea is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001010 11101010
Octal 303 112 352
Decimal 195 74 234
Hex C3 4A EA

RGB Percentages of Color #c34aea

%38.77
%14.71
%46.52

CMYK Percentages of Color #c34aea

%17
%68
%0
%8

Triadic Colors of #c34aea

#c34aea #eac34a #4aeac3

Analogous Colors of #c34aea

#c34aea #ea4ac1 #734aea

Monochromatic Colors of #c34aea

#c34aea

Complementary Color

#c34aea #71ea4a

#c34aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34aea Color CSS Codes

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

#c34aea Text Font Color

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

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


#c34aea Background Color

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

This div background color is #c34aea


#c34aea Border Color

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

This div border color is #c34aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34aea


Comments

No comments written yet.

Please login to write comment.