Color Hex Logo

#c730eb Color Hex

#C730EB
(199,48,235)
0 Favorites   0 Comments

Color spaces of #c730eb

RGB 19948235
HSL0.800.820.55
HSV288°80°92°
CMYK 0.150.800.00   0.08
XYZ39.605520.254280.4193
Yxy20.25420.28230.1444
Hunter Lab45.004778.3274-74.4426
CIE-Lab52.123479.8231-63.3313

#c730eb color RGB value is (199,48,235).

#c730eb hex color red value is 199, green value is 48 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c730eb hue: 0.80 , saturation: 0.82 and the lightness value of c730eb is 0.55.

The process color (four color CMYK) of #c730eb color hex is 0.15, 0.80, 0.00, 0.08. Web safe color of #c730eb is #cc33ff. Color #c730eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00110000 11101011
Octal 307 60 353
Decimal 199 48 235
Hex C7 30 EB

RGB Percentages of Color #c730eb

%41.29
%9.96
%48.76

CMYK Percentages of Color #c730eb

%15
%80
%0
%8

Triadic Colors of #c730eb

#c730eb #ebc730 #30ebc7

Analogous Colors of #c730eb

#c730eb #eb30b2 #6a30eb

Monochromatic Colors of #c730eb

#c730eb

Complementary Color

#c730eb #54eb30

#c730eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c730eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c730eb Color CSS Codes

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

#c730eb Text Font Color

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

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


#c730eb Background Color

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

This div background color is #c730eb


#c730eb Border Color

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

This div border color is #c730eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c730eb


Comments

No comments written yet.

Please login to write comment.