Color Hex Logo

#c231bf Color Hex

#C231BF
(194,49,191)
0 Favorites   0 Comments

Color spaces of #c231bf

RGB 19449191
HSL0.840.600.48
HSV301°75°76°
CMYK 0.000.750.02   0.24
XYZ32.750417.427550.9279
Yxy17.42750.32390.1724
Hunter Lab41.746366.9793-43.1078
CIE-Lab48.794271.2479-43.5347

#c231bf color RGB value is (194,49,191).

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

The process color (four color CMYK) of #c231bf color hex is 0.00, 0.75, 0.02, 0.24. Web safe color of #c231bf is #cc33cc. Color #c231bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110001 10111111
Octal 302 61 277
Decimal 194 49 191
Hex C2 31 BF

RGB Percentages of Color #c231bf

%44.70
%11.29
%44.01

CMYK Percentages of Color #c231bf

%0
%75
%2
%24

Triadic Colors of #c231bf

#c231bf #bfc231 #31bfc2

Analogous Colors of #c231bf

#c231bf #c23177 #7d31c2

Monochromatic Colors of #c231bf

#c231bf

Complementary Color

#c231bf #31c234

#c231bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c231bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c231bf Color CSS Codes

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

#c231bf Text Font Color

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

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


#c231bf Background Color

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

This div background color is #c231bf


#c231bf Border Color

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

This div border color is #c231bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c231bf


Comments

No comments written yet.

Please login to write comment.