Color Hex Logo

#c758fb Color Hex

#C758FB
(199,88,251)
0 Favorites   0 Comments

Color spaces of #c758fb

RGB 19988251
HSL0.780.950.66
HSV281°65°98°
CMYK 0.210.650.00   0.02
XYZ44.455526.086693.9589
Yxy26.08660.27020.1586
Hunter Lab51.075065.9843-73.3188
CIE-Lab58.119268.6406-62.6181

#c758fb color RGB value is (199,88,251).

#c758fb hex color red value is 199, green value is 88 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c758fb hue: 0.78 , saturation: 0.95 and the lightness value of c758fb is 0.66.

The process color (four color CMYK) of #c758fb color hex is 0.21, 0.65, 0.00, 0.02. Web safe color of #c758fb is #cc66ff. Color #c758fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011000 11111011
Octal 307 130 373
Decimal 199 88 251
Hex C7 58 FB

RGB Percentages of Color #c758fb

%36.99
%16.36
%46.65

CMYK Percentages of Color #c758fb

%21
%65
%0
%2

Triadic Colors of #c758fb

#c758fb #fbc758 #58fbc7

Analogous Colors of #c758fb

#c758fb #fb58de #7658fb

Monochromatic Colors of #c758fb

#c758fb

Complementary Color

#c758fb #8cfb58

#c758fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c758fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c758fb Color CSS Codes

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

#c758fb Text Font Color

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

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


#c758fb Background Color

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

This div background color is #c758fb


#c758fb Border Color

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

This div border color is #c758fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c758fb


Comments

No comments written yet.

Please login to write comment.