Color Hex Logo

#c34ede Color Hex

#C34EDE
(195,78,222)
0 Favorites   0 Comments

Color spaces of #c34ede

RGB 19578222
HSL0.800.690.59
HSV289°65°87°
CMYK 0.120.650.00   0.13
XYZ38.414922.324871.3917
Yxy22.32480.29070.1690
Hunter Lab47.249162.4397-56.5106
CIE-Lab54.369966.3594-52.4229

#c34ede color RGB value is (195,78,222).

#c34ede hex color red value is 195, green value is 78 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c34ede hue: 0.80 , saturation: 0.69 and the lightness value of c34ede is 0.59.

The process color (four color CMYK) of #c34ede color hex is 0.12, 0.65, 0.00, 0.13. Web safe color of #c34ede is #cc66cc. Color #c34ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001110 11011110
Octal 303 116 336
Decimal 195 78 222
Hex C3 4E DE

RGB Percentages of Color #c34ede

%39.39
%15.76
%44.85

CMYK Percentages of Color #c34ede

%12
%65
%0
%13

Triadic Colors of #c34ede

#c34ede #dec34e #4edec3

Analogous Colors of #c34ede

#c34ede #de4eb1 #7b4ede

Monochromatic Colors of #c34ede

#c34ede

Complementary Color

#c34ede #69de4e

#c34ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34ede Color CSS Codes

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

#c34ede Text Font Color

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

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


#c34ede Background Color

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

This div background color is #c34ede


#c34ede Border Color

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

This div border color is #c34ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34ede


Comments

No comments written yet.

Please login to write comment.