Color Hex Logo

#c958fa Color Hex

#C958FA
(201,88,250)
0 Favorites   0 Comments

Color spaces of #c958fa

RGB 20188250
HSL0.780.940.66
HSV282°65°98°
CMYK 0.200.650.00   0.02
XYZ44.832426.299193.1558
Yxy26.29910.27290.1601
Hunter Lab51.282666.3039-71.8034
CIE-Lab58.319968.8692-61.7280

#c958fa color RGB value is (201,88,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011000 11111010
Octal 311 130 372
Decimal 201 88 250
Hex C9 58 FA

RGB Percentages of Color #c958fa

%37.29
%16.33
%46.38

CMYK Percentages of Color #c958fa

%20
%65
%0
%2

Triadic Colors of #c958fa

#c958fa #fac958 #58fac9

Analogous Colors of #c958fa

#c958fa #fa58da #7858fa

Monochromatic Colors of #c958fa

#c958fa

Complementary Color

#c958fa #89fa58

#c958fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c958fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c958fa Color CSS Codes

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

#c958fa Text Font Color

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

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


#c958fa Background Color

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

This div background color is #c958fa


#c958fa Border Color

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

This div border color is #c958fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,88,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c958fa


Comments

No comments written yet.

Please login to write comment.