Color Hex Logo

#c34dde Color Hex

#C34DDE
(195,77,222)
0 Favorites   0 Comments

Color spaces of #c34dde

RGB 19577222
HSL0.800.690.59
HSV289°65°87°
CMYK 0.120.650.00   0.13
XYZ38.344422.183871.3682
Yxy22.18380.29070.1682
Hunter Lab47.099762.8945-56.8699
CIE-Lab54.221566.7731-52.6598

#c34dde color RGB value is (195,77,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001101 11011110
Octal 303 115 336
Decimal 195 77 222
Hex C3 4D DE

RGB Percentages of Color #c34dde

%39.47
%15.59
%44.94

CMYK Percentages of Color #c34dde

%12
%65
%0
%13

Triadic Colors of #c34dde

#c34dde #dec34d #4ddec3

Analogous Colors of #c34dde

#c34dde #de4db1 #7b4dde

Monochromatic Colors of #c34dde

#c34dde

Complementary Color

#c34dde #68de4d

#c34dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34dde Color CSS Codes

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

#c34dde Text Font Color

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

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


#c34dde Background Color

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

This div background color is #c34dde


#c34dde Border Color

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

This div border color is #c34dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34dde


Comments

No comments written yet.

Please login to write comment.