color codes Logo

#c72edf color codes

#C72EDF
(199,46,223)
0 Favorites   0 Comments

Color spaces of #c72edf

RGB 19946223
HSL0.810.730.53
HSV292°79°87°
CMYK 0.110.790.00   0.13
XYZ37.849519.423871.5663
Yxy19.42380.29380.1508
Hunter Lab44.072476.1694-65.4264
CIE-Lab51.179478.2892-58.0654

#c72edf color RGB value is (199,46,223).

#c72edf hex color red value is 199, green value is 46 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c72edf hue: 0.81 , saturation: 0.73 and the lightness value of c72edf is 0.53.

The process color (four color CMYK) of #c72edf color code is 0.11, 0.79, 0.00, 0.13. Web safe color of #c72edf is #cc33cc. Color #c72edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101110 11011111
Octal 307 56 337
Decimal 199 46 223
Hex C7 2E DF

RGB Percentages of Color #c72edf

%42.52
%9.83
%47.65

CMYK Percentages of Color #c72edf

%11
%79
%0
%13

Triadic Colors of #c72edf

#c72edf #dfc72e #2edfc7

Analogous Colors of #c72edf

#c72edf #df2e9f #6f2edf

Monochromatic Colors of #c72edf

#c72edf

Complementary Color

#c72edf #46df2e

#c72edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72edf Color CSS Codes

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

#c72edf Text Font Color

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

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


#c72edf Background Color

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

This div background color is #c72edf


#c72edf Border Color

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

This div border color is #c72edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72edf


Comments

No comments written yet.

Please login to write comment.