Color Hex Logo

#c37ded Color Hex

#C37DED
(195,125,237)
0 Favorites   0 Comments

Color spaces of #c37ded

RGB 195125237
HSL0.770.760.71
HSV278°47°93°
CMYK 0.180.470.00   0.07
XYZ45.125432.383883.9931
Yxy32.38380.27940.2005
Hunter Lab56.906841.9584-47.6760
CIE-Lab63.658846.7025-46.0819

#c37ded color RGB value is (195,125,237).

#c37ded hex color red value is 195, green value is 125 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c37ded hue: 0.77 , saturation: 0.76 and the lightness value of c37ded is 0.71.

The process color (four color CMYK) of #c37ded color hex is 0.18, 0.47, 0.00, 0.07. Web safe color of #c37ded is #cc66ff. Color #c37ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01111101 11101101
Octal 303 175 355
Decimal 195 125 237
Hex C3 7D ED

RGB Percentages of Color #c37ded

%35.01
%22.44
%42.55

CMYK Percentages of Color #c37ded

%18
%47
%0
%7

Triadic Colors of #c37ded

#c37ded #edc37d #7dedc3

Analogous Colors of #c37ded

#c37ded #ed7ddf #8b7ded

Monochromatic Colors of #c37ded

#c37ded

Complementary Color

#c37ded #a7ed7d

#c37ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c37ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#c37ded Color CSS Codes

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

#c37ded Text Font Color

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

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


#c37ded Background Color

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

This div background color is #c37ded


#c37ded Border Color

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

This div border color is #c37ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c37ded


Comments

No comments written yet.

Please login to write comment.