Color Hex Logo

#c258cb Color Hex

#C258CB
(194,88,203)
0 Favorites   0 Comments

Color spaces of #c258cb

RGB 19488203
HSL0.820.530.57
HSV295°57°80°
CMYK 0.040.570.00   0.20
XYZ36.517322.760658.9685
Yxy22.76060.30880.1925
Hunter Lab47.708153.1405-39.8884
CIE-Lab54.824958.2083-40.9115

#c258cb color RGB value is (194,88,203).

#c258cb hex color red value is 194, green value is 88 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c258cb hue: 0.82 , saturation: 0.53 and the lightness value of c258cb is 0.57.

The process color (four color CMYK) of #c258cb color hex is 0.04, 0.57, 0.00, 0.20. Web safe color of #c258cb is #cc66cc. Color #c258cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011000 11001011
Octal 302 130 313
Decimal 194 88 203
Hex C2 58 CB

RGB Percentages of Color #c258cb

%40.00
%18.14
%41.86

CMYK Percentages of Color #c258cb

%4
%57
%0
%20

Triadic Colors of #c258cb

#c258cb #cbc258 #58cbc2

Analogous Colors of #c258cb

#c258cb #cb589b #8958cb

Monochromatic Colors of #c258cb

#c258cb

Complementary Color

#c258cb #61cb58

#c258cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c258cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c258cb Color CSS Codes

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

#c258cb Text Font Color

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

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


#c258cb Background Color

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

This div background color is #c258cb


#c258cb Border Color

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

This div border color is #c258cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c258cb


Comments

No comments written yet.

Please login to write comment.