Color Hex Logo

#c34acd Color Hex

#C34ACD
(195,74,205)
0 Favorites   0 Comments

Color spaces of #c34acd

RGB 19574205
HSL0.820.570.55
HSV295°64°80°
CMYK 0.050.640.00   0.20
XYZ35.973920.907459.8971
Yxy20.90740.30810.1790
Hunter Lab45.724660.4171-45.6599
CIE-Lab52.848064.9174-45.1712

#c34acd color RGB value is (195,74,205).

#c34acd hex color red value is 195, green value is 74 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c34acd hue: 0.82 , saturation: 0.57 and the lightness value of c34acd is 0.55.

The process color (four color CMYK) of #c34acd color hex is 0.05, 0.64, 0.00, 0.20. Web safe color of #c34acd is #cc33cc. Color #c34acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001010 11001101
Octal 303 112 315
Decimal 195 74 205
Hex C3 4A CD

RGB Percentages of Color #c34acd

%41.14
%15.61
%43.25

CMYK Percentages of Color #c34acd

%5
%64
%0
%20

Triadic Colors of #c34acd

#c34acd #cdc34a #4acdc3

Analogous Colors of #c34acd

#c34acd #cd4a96 #824acd

Monochromatic Colors of #c34acd

#c34acd

Complementary Color

#c34acd #54cd4a

#c34acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34acd Color CSS Codes

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

#c34acd Text Font Color

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

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


#c34acd Background Color

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

This div background color is #c34acd


#c34acd Border Color

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

This div border color is #c34acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34acd


Comments

No comments written yet.

Please login to write comment.