Color Hex Logo

#be217d Color Hex

#BE217D
(190,33,125)
0 Favorites   0 Comments

Color spaces of #be217d

RGB 19033125
HSL0.900.700.44
HSV325°83°75°
CMYK 0.000.830.34   0.25
XYZ25.480713.515520.6678
Yxy13.51550.42710.2265
Hunter Lab36.763459.3822-7.5975
CIE-Lab43.529965.8049-12.3031

#be217d color RGB value is (190,33,125).

#be217d hex color red value is 190, green value is 33 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #be217d hue: 0.90 , saturation: 0.70 and the lightness value of be217d is 0.44.

The process color (four color CMYK) of #be217d color hex is 0.00, 0.83, 0.34, 0.25. Web safe color of #be217d is #cc3366. Color #be217d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100001 01111101
Octal 276 41 175
Decimal 190 33 125
Hex BE 21 7D

RGB Percentages of Color #be217d

%54.60
%9.48
%35.92

CMYK Percentages of Color #be217d

%0
%83
%34
%25

Triadic Colors of #be217d

#be217d #7dbe21 #217dbe

Analogous Colors of #be217d

#be217d #be212e #b121be

Monochromatic Colors of #be217d

#be217d

Complementary Color

#be217d #21be62

#be217d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be217d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be217d Color CSS Codes

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

#be217d Text Font Color

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

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


#be217d Background Color

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

This div background color is #be217d


#be217d Border Color

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

This div border color is #be217d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be217d


Comments

No comments written yet.

Please login to write comment.