Color Hex Logo

#c254be Color Hex

#C254BE
(194,84,190)
0 Favorites   0 Comments

Color spaces of #c254be

RGB 19484190
HSL0.840.470.55
HSV302°57°76°
CMYK 0.000.570.02   0.24
XYZ34.712721.527751.0409
Yxy21.52770.32360.2007
Hunter Lab46.398052.3486-32.7445
CIE-Lab53.522357.7341-35.4977

#c254be color RGB value is (194,84,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010100 10111110
Octal 302 124 276
Decimal 194 84 190
Hex C2 54 BE

RGB Percentages of Color #c254be

%41.45
%17.95
%40.60

CMYK Percentages of Color #c254be

%0
%57
%2
%24

Triadic Colors of #c254be

#c254be #bec254 #54bec2

Analogous Colors of #c254be

#c254be #c25487 #8f54c2

Monochromatic Colors of #c254be

#c254be

Complementary Color

#c254be #54c258

#c254be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c254be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c254be Color CSS Codes

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

#c254be Text Font Color

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

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


#c254be Background Color

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

This div background color is #c254be


#c254be Border Color

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

This div border color is #c254be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c254be


Comments

No comments written yet.

Please login to write comment.