Color Hex Logo

#c73be5 Color Hex

#C73BE5
(199,59,229)
0 Favorites   0 Comments

Color spaces of #c73be5

RGB 19959229
HSL0.800.770.56
HSV289°74°90°
CMYK 0.130.740.00   0.10
XYZ39.260020.927276.0989
Yxy20.92720.28810.1536
Hunter Lab45.746373.1349-66.6065
CIE-Lab52.869775.5171-58.7473

#c73be5 color RGB value is (199,59,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00111011 11100101
Octal 307 73 345
Decimal 199 59 229
Hex C7 3B E5

RGB Percentages of Color #c73be5

%40.86
%12.11
%47.02

CMYK Percentages of Color #c73be5

%13
%74
%0
%10

Triadic Colors of #c73be5

#c73be5 #e5c73b #3be5c7

Analogous Colors of #c73be5

#c73be5 #e53bae #723be5

Monochromatic Colors of #c73be5

#c73be5

Complementary Color

#c73be5 #59e53b

#c73be5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c73be5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c73be5 Color CSS Codes

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

#c73be5 Text Font Color

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

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


#c73be5 Background Color

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

This div background color is #c73be5


#c73be5 Border Color

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

This div border color is #c73be5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,59,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c73be5


Comments

No comments written yet.

Please login to write comment.