Color Hex Logo

#c73edd Color Hex

#C73EDD
(199,62,221)
0 Favorites   0 Comments

Color spaces of #c73edd

RGB 19962221
HSL0.810.700.55
HSV292°72°87°
CMYK 0.100.720.00   0.13
XYZ38.327020.807870.4029
Yxy20.80780.29590.1606
Hunter Lab45.615670.1516-59.5771
CIE-Lab52.738573.1093-54.4299

#c73edd color RGB value is (199,62,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00111110 11011101
Octal 307 76 335
Decimal 199 62 221
Hex C7 3E DD

RGB Percentages of Color #c73edd

%41.29
%12.86
%45.85

CMYK Percentages of Color #c73edd

%10
%72
%0
%13

Triadic Colors of #c73edd

#c73edd #ddc73e #3eddc7

Analogous Colors of #c73edd

#c73edd #dd3ea4 #783edd

Monochromatic Colors of #c73edd

#c73edd

Complementary Color

#c73edd #54dd3e

#c73edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c73edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c73edd Color CSS Codes

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

#c73edd Text Font Color

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

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


#c73edd Background Color

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

This div background color is #c73edd


#c73edd Border Color

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

This div border color is #c73edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c73edd


Comments

No comments written yet.

Please login to write comment.