Color Hex Logo

#c258be Color Hex

#C258BE
(194,88,190)
0 Favorites   0 Comments

Color spaces of #c258be

RGB 19488190
HSL0.840.460.55
HSV302°55°76°
CMYK 0.000.550.02   0.24
XYZ35.032122.166551.1474
Yxy22.16650.32330.2046
Hunter Lab47.081350.4254-31.4535
CIE-Lab54.203255.8917-34.4316

#c258be color RGB value is (194,88,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01011000 10111110
Octal 302 130 276
Decimal 194 88 190
Hex C2 58 BE

RGB Percentages of Color #c258be

%41.10
%18.64
%40.25

CMYK Percentages of Color #c258be

%0
%55
%2
%24

Triadic Colors of #c258be

#c258be #bec258 #58bec2

Analogous Colors of #c258be

#c258be #c25889 #9158c2

Monochromatic Colors of #c258be

#c258be

Complementary Color

#c258be #58c25c

#c258be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c258be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c258be Color CSS Codes

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

#c258be Text Font Color

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

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


#c258be Background Color

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

This div background color is #c258be


#c258be Border Color

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

This div border color is #c258be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c258be


Comments

No comments written yet.

Please login to write comment.