Color Hex Logo

#c258df Color Hex

#C258DF
(194,88,223)
0 Favorites   0 Comments

Color spaces of #c258df

RGB 19488223
HSL0.800.680.61
HSV287°61°87°
CMYK 0.130.610.00   0.13
XYZ39.057123.776572.3428
Yxy23.77650.28890.1759
Hunter Lab48.761257.6443-53.8308
CIE-Lab55.863361.9711-50.6163

#c258df color RGB value is (194,88,223).

#c258df hex color red value is 194, green value is 88 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c258df hue: 0.80 , saturation: 0.68 and the lightness value of c258df is 0.61.

The process color (four color CMYK) of #c258df color hex is 0.13, 0.61, 0.00, 0.13. Web safe color of #c258df is #cc66cc. Color #c258df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011000 11011111
Octal 302 130 337
Decimal 194 88 223
Hex C2 58 DF

RGB Percentages of Color #c258df

%38.42
%17.43
%44.16

CMYK Percentages of Color #c258df

%13
%61
%0
%13

Triadic Colors of #c258df

#c258df #dfc258 #58dfc2

Analogous Colors of #c258df

#c258df #df58b9 #7f58df

Monochromatic Colors of #c258df

#c258df

Complementary Color

#c258df #75df58

#c258df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c258df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c258df Color CSS Codes

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

#c258df Text Font Color

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

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


#c258df Background Color

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

This div background color is #c258df


#c258df Border Color

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

This div border color is #c258df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c258df


Comments

No comments written yet.

Please login to write comment.