Color Hex Logo

#c250be Color Hex

#C250BE
(194,80,190)
0 Favorites   0 Comments

Color spaces of #c250be

RGB 19480190
HSL0.840.480.54
HSV302°59°76°
CMYK 0.000.590.02   0.24
XYZ34.411120.924450.9403
Yxy20.92440.32380.1969
Hunter Lab45.743254.2291-34.0060
CIE-Lab52.866759.5219-36.5259

#c250be color RGB value is (194,80,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010000 10111110
Octal 302 120 276
Decimal 194 80 190
Hex C2 50 BE

RGB Percentages of Color #c250be

%41.81
%17.24
%40.95

CMYK Percentages of Color #c250be

%0
%59
%2
%24

Triadic Colors of #c250be

#c250be #bec250 #50bec2

Analogous Colors of #c250be

#c250be #c25085 #8d50c2

Monochromatic Colors of #c250be

#c250be

Complementary Color

#c250be #50c254

#c250be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c250be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c250be Color CSS Codes

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

#c250be Text Font Color

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

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


#c250be Background Color

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

This div background color is #c250be


#c250be Border Color

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

This div border color is #c250be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c250be


Comments

No comments written yet.

Please login to write comment.