Color Hex Logo

#c37bda Color Hex

#C37BDA
(195,123,218)
0 Favorites   0 Comments

Color spaces of #c37bda

RGB 195123218
HSL0.790.560.67
HSV285°44°85°
CMYK 0.110.440.00   0.15
XYZ42.243530.830070.0540
Yxy30.83000.29510.2154
Hunter Lab55.524838.6353-35.9371
CIE-Lab62.363943.7973-37.5483

#c37bda color RGB value is (195,123,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01111011 11011010
Octal 303 173 332
Decimal 195 123 218
Hex C3 7B DA

RGB Percentages of Color #c37bda

%36.38
%22.95
%40.67

CMYK Percentages of Color #c37bda

%11
%44
%0
%15

Triadic Colors of #c37bda

#c37bda #dac37b #7bdac3

Analogous Colors of #c37bda

#c37bda #da7bc2 #947bda

Monochromatic Colors of #c37bda

#c37bda

Complementary Color

#c37bda #92da7b

#c37bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c37bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c37bda Color CSS Codes

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

#c37bda Text Font Color

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

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


#c37bda Background Color

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

This div background color is #c37bda


#c37bda Border Color

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

This div border color is #c37bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c37bda


Comments

No comments written yet.

Please login to write comment.