Color Hex Logo

#c73bed Color Hex

#C73BED
(199,59,237)
0 Favorites   0 Comments

Color spaces of #c73bed

RGB 19959237
HSL0.800.830.58
HSV287°75°93°
CMYK 0.160.750.00   0.07
XYZ40.403221.384582.1189
Yxy21.38450.28080.1486
Hunter Lab46.243475.0309-72.9167
CIE-Lab53.367876.9502-62.4505

#c73bed color RGB value is (199,59,237).

#c73bed hex color red value is 199, green value is 59 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c73bed hue: 0.80 , saturation: 0.83 and the lightness value of c73bed is 0.58.

The process color (four color CMYK) of #c73bed color hex is 0.16, 0.75, 0.00, 0.07. Web safe color of #c73bed is #cc33ff. Color #c73bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00111011 11101101
Octal 307 73 355
Decimal 199 59 237
Hex C7 3B ED

RGB Percentages of Color #c73bed

%40.20
%11.92
%47.88

CMYK Percentages of Color #c73bed

%16
%75
%0
%7

Triadic Colors of #c73bed

#c73bed #edc73b #3bedc7

Analogous Colors of #c73bed

#c73bed #ed3bba #6e3bed

Monochromatic Colors of #c73bed

#c73bed

Complementary Color

#c73bed #61ed3b

#c73bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c73bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c73bed Color CSS Codes

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

#c73bed Text Font Color

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

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


#c73bed Background Color

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

This div background color is #c73bed


#c73bed Border Color

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

This div border color is #c73bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c73bed


Comments

No comments written yet.

Please login to write comment.