Color Hex Logo

#c34aed Color Hex

#C34AED
(195,74,237)
0 Favorites   0 Comments

Color spaces of #c34aed

RGB 19574237
HSL0.790.820.61
HSV285°69°93°
CMYK 0.180.690.00   0.07
XYZ40.240522.614182.3648
Yxy22.61410.27710.1557
Hunter Lab47.554367.8269-69.4033
CIE-Lab54.672670.8206-60.3824

#c34aed color RGB value is (195,74,237).

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

The process color (four color CMYK) of #c34aed color hex is 0.18, 0.69, 0.00, 0.07. Web safe color of #c34aed is #cc33ff. Color #c34aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001010 11101101
Octal 303 112 355
Decimal 195 74 237
Hex C3 4A ED

RGB Percentages of Color #c34aed

%38.54
%14.62
%46.84

CMYK Percentages of Color #c34aed

%18
%69
%0
%7

Triadic Colors of #c34aed

#c34aed #edc34a #4aedc3

Analogous Colors of #c34aed

#c34aed #ed4ac6 #724aed

Monochromatic Colors of #c34aed

#c34aed

Complementary Color

#c34aed #74ed4a

#c34aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34aed Color CSS Codes

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

#c34aed Text Font Color

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

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


#c34aed Background Color

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

This div background color is #c34aed


#c34aed Border Color

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

This div border color is #c34aed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,74,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34aed


Comments

No comments written yet.

Please login to write comment.