Color Hex Logo

#c250bc Color Hex

#C250BC
(194,80,188)
0 Favorites   0 Comments

Color spaces of #c250bc

RGB 19480188
HSL0.840.480.54
HSV303°59°76°
CMYK 0.000.590.03   0.24
XYZ34.193920.837549.7968
Yxy20.83750.32620.1988
Hunter Lab45.648153.8259-32.7248
CIE-Lab52.771259.1820-35.5199

#c250bc color RGB value is (194,80,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010000 10111100
Octal 302 120 274
Decimal 194 80 188
Hex C2 50 BC

RGB Percentages of Color #c250bc

%41.99
%17.32
%40.69

CMYK Percentages of Color #c250bc

%0
%59
%3
%24

Triadic Colors of #c250bc

#c250bc #bcc250 #50bcc2

Analogous Colors of #c250bc

#c250bc #c25083 #8f50c2

Monochromatic Colors of #c250bc

#c250bc

Complementary Color

#c250bc #50c256

#c250bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c250bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c250bc Color CSS Codes

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

#c250bc Text Font Color

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

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


#c250bc Background Color

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

This div background color is #c250bc


#c250bc Border Color

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

This div border color is #c250bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c250bc


Comments

No comments written yet.

Please login to write comment.