Color Hex Logo

#bd35de Color Hex

#BD35DE
(189,53,222)
0 Favorites   0 Comments

Color spaces of #bd35de

RGB 18953222
HSL0.800.720.54
HSV288°76°87°
CMYK 0.150.760.00   0.13
XYZ35.444218.638970.8368
Yxy18.63890.28370.1492
Hunter Lab43.172870.9934-67.0605
CIE-Lab50.262074.2798-59.0542

#bd35de color RGB value is (189,53,222).

#bd35de hex color red value is 189, green value is 53 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bd35de hue: 0.80 , saturation: 0.72 and the lightness value of bd35de is 0.54.

The process color (four color CMYK) of #bd35de color hex is 0.15, 0.76, 0.00, 0.13. Web safe color of #bd35de is #cc33cc. Color #bd35de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110101 11011110
Octal 275 65 336
Decimal 189 53 222
Hex BD 35 DE

RGB Percentages of Color #bd35de

%40.73
%11.42
%47.84

CMYK Percentages of Color #bd35de

%15
%76
%0
%13

Triadic Colors of #bd35de

#bd35de #debd35 #35debd

Analogous Colors of #bd35de

#bd35de #de35ab #6935de

Monochromatic Colors of #bd35de

#bd35de

Complementary Color

#bd35de #56de35

#bd35de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd35de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd35de Color CSS Codes

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

#bd35de Text Font Color

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

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


#bd35de Background Color

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

This div background color is #bd35de


#bd35de Border Color

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

This div border color is #bd35de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,53,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd35de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd35de;
  -webkit-box-shadow: 1px 1px 3px 2px #bd35de;
  box-shadow:         1px 1px 3px 2px #bd35de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,53,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd35de


Comments

No comments written yet.

Please login to write comment.