Color Hex Logo

#c730df Color Hex

#C730DF
(199,48,223)
0 Favorites   0 Comments

Color spaces of #c730df

RGB 19948223
HSL0.810.730.53
HSV292°78°87°
CMYK 0.110.780.00   0.13
XYZ37.929419.583771.5930
Yxy19.58370.29380.1517
Hunter Lab44.253575.5477-64.9416
CIE-Lab51.363277.7554-57.7701

#c730df color RGB value is (199,48,223).

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

The process color (four color CMYK) of #c730df color hex is 0.11, 0.78, 0.00, 0.13. Web safe color of #c730df is #cc33cc. Color #c730df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00110000 11011111
Octal 307 60 337
Decimal 199 48 223
Hex C7 30 DF

RGB Percentages of Color #c730df

%42.34
%10.21
%47.45

CMYK Percentages of Color #c730df

%11
%78
%0
%13

Triadic Colors of #c730df

#c730df #dfc730 #30dfc7

Analogous Colors of #c730df

#c730df #df30a0 #7030df

Monochromatic Colors of #c730df

#c730df

Complementary Color

#c730df #48df30

#c730df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c730df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c730df Color CSS Codes

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

#c730df Text Font Color

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

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


#c730df Background Color

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

This div background color is #c730df


#c730df Border Color

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

This div border color is #c730df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c730df


Comments

No comments written yet.

Please login to write comment.