Color Hex Logo

#c137dd Color Hex

#C137DD
(193,55,221)
0 Favorites   0 Comments

Color spaces of #c137dd

RGB 19355221
HSL0.810.710.54
HSV290°75°87°
CMYK 0.130.750.00   0.13
XYZ36.409719.290370.2110
Yxy19.29030.28920.1532
Hunter Lab43.920771.1129-64.0356
CIE-Lab51.025174.2292-57.2267

#c137dd color RGB value is (193,55,221).

#c137dd hex color red value is 193, green value is 55 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c137dd hue: 0.81 , saturation: 0.71 and the lightness value of c137dd is 0.54.

The process color (four color CMYK) of #c137dd color hex is 0.13, 0.75, 0.00, 0.13. Web safe color of #c137dd is #cc33cc. Color #c137dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110111 11011101
Octal 301 67 335
Decimal 193 55 221
Hex C1 37 DD

RGB Percentages of Color #c137dd

%41.15
%11.73
%47.12

CMYK Percentages of Color #c137dd

%13
%75
%0
%13

Triadic Colors of #c137dd

#c137dd #ddc137 #37ddc1

Analogous Colors of #c137dd

#c137dd #dd37a6 #6e37dd

Monochromatic Colors of #c137dd

#c137dd

Complementary Color

#c137dd #53dd37

#c137dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c137dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c137dd Color CSS Codes

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

#c137dd Text Font Color

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

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


#c137dd Background Color

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

This div background color is #c137dd


#c137dd Border Color

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

This div border color is #c137dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,55,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c137dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c137dd;
  -webkit-box-shadow: 1px 1px 3px 2px #c137dd;
  box-shadow:         1px 1px 3px 2px #c137dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,55,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c137dd


Comments

No comments written yet.

Please login to write comment.