Color Hex Logo

#c730fe Color Hex

#C730FE
(199,48,254)
0 Favorites   0 Comments

Color spaces of #c730fe

RGB 19948254
HSL0.790.990.59
HSV284°81°100°
CMYK 0.220.810.00   0.00
XYZ42.499521.411895.6588
Yxy21.41180.26630.1342
Hunter Lab46.272982.9664-90.1777
CIE-Lab53.397383.2157-71.9008

#c730fe color RGB value is (199,48,254).

#c730fe hex color red value is 199, green value is 48 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c730fe hue: 0.79 , saturation: 0.99 and the lightness value of c730fe is 0.59.

The process color (four color CMYK) of #c730fe color hex is 0.22, 0.81, 0.00, 0.00. Web safe color of #c730fe is #cc33ff. Color #c730fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00110000 11111110
Octal 307 60 376
Decimal 199 48 254
Hex C7 30 FE

RGB Percentages of Color #c730fe

%39.72
%9.58
%50.70

CMYK Percentages of Color #c730fe

%22
%81
%0
%0

Triadic Colors of #c730fe

#c730fe #fec730 #30fec7

Analogous Colors of #c730fe

#c730fe #fe30ce #6030fe

Monochromatic Colors of #c730fe

#c730fe

Complementary Color

#c730fe #67fe30

#c730fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c730fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c730fe Color CSS Codes

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

#c730fe Text Font Color

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

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


#c730fe Background Color

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

This div background color is #c730fe


#c730fe Border Color

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

This div border color is #c730fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c730fe


Comments

No comments written yet.

Please login to write comment.