Color Hex Logo

#d23bcc Color Hex

#D23BCC
(210,59,204)
0 Favorites   0 Comments

Color spaces of #d23bcc

RGB 21059204
HSL0.840.630.53
HSV302°72°82°
CMYK 0.000.720.03   0.18
XYZ39.041421.189259.1590
Yxy21.18920.32700.1775
Hunter Lab46.031770.8377-43.9760
CIE-Lab53.155973.5910-43.9644

#d23bcc color RGB value is (210,59,204).

#d23bcc hex color red value is 210, green value is 59 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d23bcc hue: 0.84 , saturation: 0.63 and the lightness value of d23bcc is 0.53.

The process color (four color CMYK) of #d23bcc color hex is 0.00, 0.72, 0.03, 0.18. Web safe color of #d23bcc is #cc33cc. Color #d23bcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00111011 11001100
Octal 322 73 314
Decimal 210 59 204
Hex D2 3B CC

RGB Percentages of Color #d23bcc

%44.40
%12.47
%43.13

CMYK Percentages of Color #d23bcc

%0
%72
%3
%18

Triadic Colors of #d23bcc

#d23bcc #ccd23b #3bccd2

Analogous Colors of #d23bcc

#d23bcc #d23b81 #8d3bd2

Monochromatic Colors of #d23bcc

#d23bcc

Complementary Color

#d23bcc #3bd241

#d23bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d23bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d23bcc Color CSS Codes

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

#d23bcc Text Font Color

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

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


#d23bcc Background Color

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

This div background color is #d23bcc


#d23bcc Border Color

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

This div border color is #d23bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d23bcc


Comments

No comments written yet.

Please login to write comment.