Color Hex Logo

#d23bef Color Hex

#D23BEF
(210,59,239)
0 Favorites   0 Comments

Color spaces of #d23bef

RGB 21059239
HSL0.810.850.58
HSV290°75°94°
CMYK 0.120.750.00   0.06
XYZ43.722323.061683.8083
Yxy23.06160.29030.1531
Hunter Lab48.022578.4768-69.8565
CIE-Lab55.135779.3546-60.6423

#d23bef color RGB value is (210,59,239).

#d23bef hex color red value is 210, green value is 59 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d23bef hue: 0.81 , saturation: 0.85 and the lightness value of d23bef is 0.58.

The process color (four color CMYK) of #d23bef color hex is 0.12, 0.75, 0.00, 0.06. Web safe color of #d23bef is #cc33ff. Color #d23bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00111011 11101111
Octal 322 73 357
Decimal 210 59 239
Hex D2 3B EF

RGB Percentages of Color #d23bef

%41.34
%11.61
%47.05

CMYK Percentages of Color #d23bef

%12
%75
%0
%6

Triadic Colors of #d23bef

#d23bef #efd23b #3befd2

Analogous Colors of #d23bef

#d23bef #ef3bb2 #783bef

Monochromatic Colors of #d23bef

#d23bef

Complementary Color

#d23bef #58ef3b

#d23bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d23bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d23bef Color CSS Codes

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

#d23bef Text Font Color

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

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


#d23bef Background Color

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

This div background color is #d23bef


#d23bef Border Color

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

This div border color is #d23bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d23bef


Comments

No comments written yet.

Please login to write comment.