Color Hex Logo

#c37acd Color Hex

#C37ACD
(195,122,205)
0 Favorites   0 Comments

Color spaces of #c37acd

RGB 195122205
HSL0.810.450.64
HSV293°40°80°
CMYK 0.050.400.00   0.20
XYZ40.484729.928961.4007
Yxy29.92890.30710.2271
Hunter Lab54.707336.3564-28.2490
CIE-Lab61.592841.7499-31.4539

#c37acd color RGB value is (195,122,205).

#c37acd hex color red value is 195, green value is 122 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c37acd hue: 0.81 , saturation: 0.45 and the lightness value of c37acd is 0.64.

The process color (four color CMYK) of #c37acd color hex is 0.05, 0.40, 0.00, 0.20. Web safe color of #c37acd is #cc66cc. Color #c37acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01111010 11001101
Octal 303 172 315
Decimal 195 122 205
Hex C3 7A CD

RGB Percentages of Color #c37acd

%37.36
%23.37
%39.27

CMYK Percentages of Color #c37acd

%5
%40
%0
%20

Triadic Colors of #c37acd

#c37acd #cdc37a #7acdc3

Analogous Colors of #c37acd

#c37acd #cd7aae #9a7acd

Monochromatic Colors of #c37acd

#c37acd

Complementary Color

#c37acd #84cd7a

#c37acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c37acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c37acd Color CSS Codes

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

#c37acd Text Font Color

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

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


#c37acd Background Color

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

This div background color is #c37acd


#c37acd Border Color

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

This div border color is #c37acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c37acd


Comments

No comments written yet.

Please login to write comment.