Color Hex Logo

#c258bb Color Hex

#C258BB
(194,88,187)
0 Favorites   0 Comments

Color spaces of #c258bb

RGB 19488187
HSL0.840.460.55
HSV304°55°76°
CMYK 0.000.550.04   0.24
XYZ34.707522.036649.4379
Yxy22.03660.32690.2075
Hunter Lab46.943249.8237-29.5807
CIE-Lab54.065855.3733-32.9167

#c258bb color RGB value is (194,88,187).

#c258bb hex color red value is 194, green value is 88 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c258bb hue: 0.84 , saturation: 0.46 and the lightness value of c258bb is 0.55.

The process color (four color CMYK) of #c258bb color hex is 0.00, 0.55, 0.04, 0.24. Web safe color of #c258bb is #cc66cc. Color #c258bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011000 10111011
Octal 302 130 273
Decimal 194 88 187
Hex C2 58 BB

RGB Percentages of Color #c258bb

%41.36
%18.76
%39.87

CMYK Percentages of Color #c258bb

%0
%55
%4
%24

Triadic Colors of #c258bb

#c258bb #bbc258 #58bbc2

Analogous Colors of #c258bb

#c258bb #c25886 #9458c2

Monochromatic Colors of #c258bb

#c258bb

Complementary Color

#c258bb #58c25f

#c258bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c258bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c258bb Color CSS Codes

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

#c258bb Text Font Color

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

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


#c258bb Background Color

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

This div background color is #c258bb


#c258bb Border Color

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

This div border color is #c258bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c258bb


Comments

No comments written yet.

Please login to write comment.