Color Hex Logo

#c258fb Color Hex

#C258FB
(194,88,251)
0 Favorites   0 Comments

Color spaces of #c258fb

RGB 19488251
HSL0.780.950.66
HSV279°65°98°
CMYK 0.230.650.00   0.02
XYZ43.150425.413893.8979
Yxy25.41380.26560.1564
Hunter Lab50.412164.5665-75.1455
CIE-Lab57.476467.5752-63.6851

#c258fb color RGB value is (194,88,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011000 11111011
Octal 302 130 373
Decimal 194 88 251
Hex C2 58 FB

RGB Percentages of Color #c258fb

%36.40
%16.51
%47.09

CMYK Percentages of Color #c258fb

%23
%65
%0
%2

Triadic Colors of #c258fb

#c258fb #fbc258 #58fbc2

Analogous Colors of #c258fb

#c258fb #fb58e3 #7158fb

Monochromatic Colors of #c258fb

#c258fb

Complementary Color

#c258fb #91fb58

#c258fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c258fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c258fb Color CSS Codes

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

#c258fb Text Font Color

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

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


#c258fb Background Color

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

This div background color is #c258fb


#c258fb Border Color

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

This div border color is #c258fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c258fb


Comments

No comments written yet.

Please login to write comment.