Color Hex Logo

#c34ddd Color Hex

#C34DDD
(195,77,221)
0 Favorites   0 Comments

Color spaces of #c34ddd

RGB 19577221
HSL0.800.680.58
HSV289°65°87°
CMYK 0.120.650.00   0.13
XYZ38.210722.130370.6643
Yxy22.13030.29170.1689
Hunter Lab47.042962.6622-56.1311
CIE-Lab54.165066.5867-52.1842

#c34ddd color RGB value is (195,77,221).

#c34ddd hex color red value is 195, green value is 77 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c34ddd hue: 0.80 , saturation: 0.68 and the lightness value of c34ddd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001101 11011101
Octal 303 115 335
Decimal 195 77 221
Hex C3 4D DD

RGB Percentages of Color #c34ddd

%39.55
%15.62
%44.83

CMYK Percentages of Color #c34ddd

%12
%65
%0
%13

Triadic Colors of #c34ddd

#c34ddd #ddc34d #4dddc3

Analogous Colors of #c34ddd

#c34ddd #dd4daf #7b4ddd

Monochromatic Colors of #c34ddd

#c34ddd

Complementary Color

#c34ddd #67dd4d

#c34ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34ddd Color CSS Codes

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

#c34ddd Text Font Color

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

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


#c34ddd Background Color

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

This div background color is #c34ddd


#c34ddd Border Color

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

This div border color is #c34ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34ddd


Comments

No comments written yet.

Please login to write comment.