Color Hex Logo

#c958fb Color Hex

#C958FB
(201,88,251)
0 Favorites   0 Comments

Color spaces of #c958fb

RGB 20188251
HSL0.780.950.66
HSV282°65°98°
CMYK 0.200.650.00   0.02
XYZ44.989726.362093.9839
Yxy26.36200.27210.1594
Hunter Lab51.343966.5573-72.5882
CIE-Lab58.379169.0687-62.1869

#c958fb color RGB value is (201,88,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011000 11111011
Octal 311 130 373
Decimal 201 88 251
Hex C9 58 FB

RGB Percentages of Color #c958fb

%37.22
%16.30
%46.48

CMYK Percentages of Color #c958fb

%20
%65
%0
%2

Triadic Colors of #c958fb

#c958fb #fbc958 #58fbc9

Analogous Colors of #c958fb

#c958fb #fb58dc #7858fb

Monochromatic Colors of #c958fb

#c958fb

Complementary Color

#c958fb #8afb58

#c958fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c958fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c958fb Color CSS Codes

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

#c958fb Text Font Color

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

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


#c958fb Background Color

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

This div background color is #c958fb


#c958fb Border Color

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

This div border color is #c958fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c958fb


Comments

No comments written yet.

Please login to write comment.