Color Hex Logo

#c34dea Color Hex

#C34DEA
(195,77,234)
0 Favorites   0 Comments

Color spaces of #c34dea

RGB 19577234
HSL0.790.790.61
HSV285°67°92°
CMYK 0.170.670.00   0.08
XYZ40.010822.850480.1437
Yxy22.85040.27980.1598
Hunter Lab47.802165.7525-65.9426
CIE-Lab54.917969.0475-58.3064

#c34dea color RGB value is (195,77,234).

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

The process color (four color CMYK) of #c34dea color hex is 0.17, 0.67, 0.00, 0.08. Web safe color of #c34dea is #cc66ff. Color #c34dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001101 11101010
Octal 303 115 352
Decimal 195 77 234
Hex C3 4D EA

RGB Percentages of Color #c34dea

%38.54
%15.22
%46.25

CMYK Percentages of Color #c34dea

%17
%67
%0
%8

Triadic Colors of #c34dea

#c34dea #eac34d #4deac3

Analogous Colors of #c34dea

#c34dea #ea4dc3 #754dea

Monochromatic Colors of #c34dea

#c34dea

Complementary Color

#c34dea #74ea4d

#c34dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34dea Color CSS Codes

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

#c34dea Text Font Color

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

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


#c34dea Background Color

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

This div background color is #c34dea


#c34dea Border Color

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

This div border color is #c34dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34dea


Comments

No comments written yet.

Please login to write comment.