Color Hex Logo

#c73bfc Color Hex

#C73BFC
(199,59,252)
0 Favorites   0 Comments

Color spaces of #c73bfc

RGB 19959252
HSL0.790.970.61
HSV284°77°99°
CMYK 0.210.770.00   0.01
XYZ42.687822.298394.1496
Yxy22.29830.26820.1401
Hunter Lab47.221178.7269-85.1579
CIE-Lab54.342179.7070-69.2591

#c73bfc color RGB value is (199,59,252).

#c73bfc hex color red value is 199, green value is 59 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c73bfc hue: 0.79 , saturation: 0.97 and the lightness value of c73bfc is 0.61.

The process color (four color CMYK) of #c73bfc color hex is 0.21, 0.77, 0.00, 0.01. Web safe color of #c73bfc is #cc33ff. Color #c73bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00111011 11111100
Octal 307 73 374
Decimal 199 59 252
Hex C7 3B FC

RGB Percentages of Color #c73bfc

%39.02
%11.57
%49.41

CMYK Percentages of Color #c73bfc

%21
%77
%0
%1

Triadic Colors of #c73bfc

#c73bfc #fcc73b #3bfcc7

Analogous Colors of #c73bfc

#c73bfc #fc3bd1 #673bfc

Monochromatic Colors of #c73bfc

#c73bfc

Complementary Color

#c73bfc #70fc3b

#c73bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c73bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c73bfc Color CSS Codes

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

#c73bfc Text Font Color

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

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


#c73bfc Background Color

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

This div background color is #c73bfc


#c73bfc Border Color

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

This div border color is #c73bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c73bfc

Related Colors


Comments

No comments written yet.

Please login to write comment.