Color Hex Logo

#c37cda Color Hex

#C37CDA
(195,124,218)
0 Favorites   0 Comments

Color spaces of #c37cda

RGB 195124218
HSL0.790.560.67
HSV285°43°85°
CMYK 0.110.430.00   0.15
XYZ42.368231.079470.0955
Yxy31.07940.29520.2165
Hunter Lab55.748938.0963-35.5236
CIE-Lab62.574643.2640-37.2190

#c37cda color RGB value is (195,124,218).

#c37cda hex color red value is 195, green value is 124 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c37cda hue: 0.79 , saturation: 0.56 and the lightness value of c37cda is 0.67.

The process color (four color CMYK) of #c37cda color hex is 0.11, 0.43, 0.00, 0.15. Web safe color of #c37cda is #cc66cc. Color #c37cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01111100 11011010
Octal 303 174 332
Decimal 195 124 218
Hex C3 7C DA

RGB Percentages of Color #c37cda

%36.31
%23.09
%40.60

CMYK Percentages of Color #c37cda

%11
%43
%0
%15

Triadic Colors of #c37cda

#c37cda #dac37c #7cdac3

Analogous Colors of #c37cda

#c37cda #da7cc2 #947cda

Monochromatic Colors of #c37cda

#c37cda

Complementary Color

#c37cda #93da7c

#c37cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c37cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c37cda Color CSS Codes

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

#c37cda Text Font Color

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

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


#c37cda Background Color

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

This div background color is #c37cda


#c37cda Border Color

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

This div border color is #c37cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c37cda


Comments

No comments written yet.

Please login to write comment.