Color Hex Logo

#d265cb Color Hex

#D265CB
(210,101,203)
0 Favorites   0 Comments

Color spaces of #d265cb

RGB 210101203
HSL0.840.550.61
HSV304°52°82°
CMYK 0.000.520.03   0.18
XYZ42.011527.320859.5591
Yxy27.32080.32590.2120
Hunter Lab52.269351.9983-30.9704
CIE-Lab59.270156.4327-33.7898

#d265cb color RGB value is (210,101,203).

#d265cb hex color red value is 210, green value is 101 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d265cb hue: 0.84 , saturation: 0.55 and the lightness value of d265cb is 0.61.

The process color (four color CMYK) of #d265cb color hex is 0.00, 0.52, 0.03, 0.18. Web safe color of #d265cb is #cc66cc. Color #d265cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01100101 11001011
Octal 322 145 313
Decimal 210 101 203
Hex D2 65 CB

RGB Percentages of Color #d265cb

%40.86
%19.65
%39.49

CMYK Percentages of Color #d265cb

%0
%52
%3
%18

Triadic Colors of #d265cb

#d265cb #cbd265 #65cbd2

Analogous Colors of #d265cb

#d265cb #d26595 #a365d2

Monochromatic Colors of #d265cb

#d265cb

Complementary Color

#d265cb #65d26c

#d265cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d265cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d265cb Color CSS Codes

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

#d265cb Text Font Color

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

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


#d265cb Background Color

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

This div background color is #d265cb


#d265cb Border Color

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

This div border color is #d265cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d265cb


Comments

No comments written yet.

Please login to write comment.