Color Hex Logo

#d240ba Color Hex

#D240BA
(210,64,186)
0 Favorites   0 Comments

Color spaces of #d240ba

RGB 21064186
HSL0.860.620.54
HSV310°70°82°
CMYK 0.000.700.11   0.18
XYZ37.274720.913648.5265
Yxy20.91360.34930.1960
Hunter Lab45.731465.4617-30.9018
CIE-Lab52.854869.1959-34.0542

#d240ba color RGB value is (210,64,186).

#d240ba hex color red value is 210, green value is 64 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d240ba hue: 0.86 , saturation: 0.62 and the lightness value of d240ba is 0.54.

The process color (four color CMYK) of #d240ba color hex is 0.00, 0.70, 0.11, 0.18. Web safe color of #d240ba is #cc33cc. Color #d240ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01000000 10111010
Octal 322 100 272
Decimal 210 64 186
Hex D2 40 BA

RGB Percentages of Color #d240ba

%45.65
%13.91
%40.43

CMYK Percentages of Color #d240ba

%0
%70
%11
%18

Triadic Colors of #d240ba

#d240ba #bad240 #40bad2

Analogous Colors of #d240ba

#d240ba #d24071 #a140d2

Monochromatic Colors of #d240ba

#d240ba

Complementary Color

#d240ba #40d258

#d240ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d240ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d240ba Color CSS Codes

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

#d240ba Text Font Color

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

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


#d240ba Background Color

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

This div background color is #d240ba


#d240ba Border Color

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

This div border color is #d240ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,64,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d240ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d240ba;
  -webkit-box-shadow: 1px 1px 3px 2px #d240ba;
  box-shadow:         1px 1px 3px 2px #d240ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,64,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d240ba


Comments

No comments written yet.

Please login to write comment.