color codes Logo

#c34cda color codes

#C34CDA
(195,76,218)
0 Favorites   0 Comments

Color spaces of #c34cda

RGB 19576218
HSL0.810.660.58
HSV290°65°85°
CMYK 0.110.650.00   0.15
XYZ37.745021.832968.5545
Yxy21.83290.29460.1704
Hunter Lab46.725762.4223-54.2805
CIE-Lab53.849366.4423-50.9878

#c34cda color RGB value is (195,76,218).

#c34cda hex color red value is 195, green value is 76 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c34cda hue: 0.81 , saturation: 0.66 and the lightness value of c34cda is 0.58.

The process color (four color CMYK) of #c34cda color code is 0.11, 0.65, 0.00, 0.15. Web safe color of #c34cda is #cc33cc. Color #c34cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001100 11011010
Octal 303 114 332
Decimal 195 76 218
Hex C3 4C DA

RGB Percentages of Color #c34cda

%39.88
%15.54
%44.58

CMYK Percentages of Color #c34cda

%11
%65
%0
%15

Triadic Colors of #c34cda

#c34cda #dac34c #4cdac3

Analogous Colors of #c34cda

#c34cda #da4caa #7c4cda

Monochromatic Colors of #c34cda

#c34cda

Complementary Color

#c34cda #63da4c

#c34cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34cda Color CSS Codes

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

#c34cda Text Font Color

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

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


#c34cda Background Color

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

This div background color is #c34cda


#c34cda Border Color

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

This div border color is #c34cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34cda


Comments

No comments written yet.

Please login to write comment.