Color Hex Logo

#c73bde Color Hex

#C73BDE
(199,59,222)
0 Favorites   0 Comments

Color spaces of #c73bde

RGB 19959222
HSL0.810.710.55
HSV292°73°87°
CMYK 0.100.730.00   0.13
XYZ38.302020.544071.0539
Yxy20.54400.29490.1582
Hunter Lab45.325571.5206-61.2173
CIE-Lab52.446874.2864-55.4643

#c73bde color RGB value is (199,59,222).

#c73bde hex color red value is 199, green value is 59 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c73bde hue: 0.81 , saturation: 0.71 and the lightness value of c73bde is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00111011 11011110
Octal 307 73 336
Decimal 199 59 222
Hex C7 3B DE

RGB Percentages of Color #c73bde

%41.46
%12.29
%46.25

CMYK Percentages of Color #c73bde

%10
%73
%0
%13

Triadic Colors of #c73bde

#c73bde #dec73b #3bdec7

Analogous Colors of #c73bde

#c73bde #de3ba4 #763bde

Monochromatic Colors of #c73bde

#c73bde

Complementary Color

#c73bde #52de3b

#c73bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c73bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c73bde Color CSS Codes

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

#c73bde Text Font Color

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

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


#c73bde Background Color

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

This div background color is #c73bde


#c73bde Border Color

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

This div border color is #c73bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c73bde


Comments

No comments written yet.

Please login to write comment.