Color Hex Logo

#c730fb Color Hex

#C730FB
(199,48,251)
0 Favorites   0 Comments

Color spaces of #c730fb

RGB 19948251
HSL0.790.960.59
HSV285°81°98°
CMYK 0.210.810.00   0.02
XYZ42.022721.221193.1480
Yxy21.22110.26870.1357
Hunter Lab46.066482.2153-87.6403
CIE-Lab53.190682.6711-70.5662

#c730fb color RGB value is (199,48,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00110000 11111011
Octal 307 60 373
Decimal 199 48 251
Hex C7 30 FB

RGB Percentages of Color #c730fb

%39.96
%9.64
%50.40

CMYK Percentages of Color #c730fb

%21
%81
%0
%2

Triadic Colors of #c730fb

#c730fb #fbc730 #30fbc7

Analogous Colors of #c730fb

#c730fb #fb30ca #6230fb

Monochromatic Colors of #c730fb

#c730fb

Complementary Color

#c730fb #64fb30

#c730fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c730fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c730fb Color CSS Codes

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

#c730fb Text Font Color

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

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


#c730fb Background Color

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

This div background color is #c730fb


#c730fb Border Color

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

This div border color is #c730fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c730fb


Comments

No comments written yet.

Please login to write comment.