Color Hex Logo

#c72dde Color Hex

#C72DDE
(199,45,222)
0 Favorites   0 Comments

Color spaces of #c72dde

RGB 19945222
HSL0.810.730.52
HSV292°80°87°
CMYK 0.100.800.00   0.13
XYZ37.676419.292870.8454
Yxy19.29280.29480.1509
Hunter Lab43.923676.2460-64.8838
CIE-Lab51.028078.3800-57.7405

#c72dde color RGB value is (199,45,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101101 11011110
Octal 307 55 336
Decimal 199 45 222
Hex C7 2D DE

RGB Percentages of Color #c72dde

%42.70
%9.66
%47.64

CMYK Percentages of Color #c72dde

%10
%80
%0
%13

Triadic Colors of #c72dde

#c72dde #dec72d #2ddec7

Analogous Colors of #c72dde

#c72dde #de2d9d #6f2dde

Monochromatic Colors of #c72dde

#c72dde

Complementary Color

#c72dde #44de2d

#c72dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72dde Color CSS Codes

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

#c72dde Text Font Color

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

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


#c72dde Background Color

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

This div background color is #c72dde


#c72dde Border Color

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

This div border color is #c72dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72dde


Comments

No comments written yet.

Please login to write comment.