Color Hex Logo

#c137f0 Color Hex

#C137F0
(193,55,240)
0 Favorites   0 Comments

Color spaces of #c137f0

RGB 19355240
HSL0.790.860.58
HSV285°77°94°
CMYK 0.200.770.00   0.06
XYZ39.086720.361184.3081
Yxy20.36110.27190.1416
Hunter Lab45.123375.6546-79.1908
CIE-Lab52.243077.6696-65.9933

#c137f0 color RGB value is (193,55,240).

#c137f0 hex color red value is 193, green value is 55 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #c137f0 hue: 0.79 , saturation: 0.86 and the lightness value of c137f0 is 0.58.

The process color (four color CMYK) of #c137f0 color hex is 0.20, 0.77, 0.00, 0.06. Web safe color of #c137f0 is #cc33ff. Color #c137f0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110111 11110000
Octal 301 67 360
Decimal 193 55 240
Hex C1 37 F0

RGB Percentages of Color #c137f0

%39.55
%11.27
%49.18

CMYK Percentages of Color #c137f0

%20
%77
%0
%6

Triadic Colors of #c137f0

#c137f0 #f0c137 #37f0c1

Analogous Colors of #c137f0

#c137f0 #f037c3 #6537f0

Monochromatic Colors of #c137f0

#c137f0

Complementary Color

#c137f0 #66f037

#c137f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c137f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c137f0 Color CSS Codes

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

#c137f0 Text Font Color

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

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


#c137f0 Background Color

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

This div background color is #c137f0


#c137f0 Border Color

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

This div border color is #c137f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c137f0


Comments

No comments written yet.

Please login to write comment.