Color Hex Logo

#d65cbc Color Hex

#D65CBC
(214,92,188)
0 Favorites   0 Comments

Color spaces of #d65cbc

RGB 21492188
HSL0.870.600.60
HSV313°57°84°
CMYK 0.000.570.12   0.16
XYZ40.635825.581350.3729
Yxy25.58130.34850.2194
Hunter Lab50.578054.9006-23.6450
CIE-Lab57.637559.2663-27.7217

#d65cbc color RGB value is (214,92,188).

#d65cbc hex color red value is 214, green value is 92 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d65cbc hue: 0.87 , saturation: 0.60 and the lightness value of d65cbc is 0.60.

The process color (four color CMYK) of #d65cbc color hex is 0.00, 0.57, 0.12, 0.16. Web safe color of #d65cbc is #cc66cc. Color #d65cbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011100 10111100
Octal 326 134 274
Decimal 214 92 188
Hex D6 5C BC

RGB Percentages of Color #d65cbc

%43.32
%18.62
%38.06

CMYK Percentages of Color #d65cbc

%0
%57
%12
%16

Triadic Colors of #d65cbc

#d65cbc #bcd65c #5cbcd6

Analogous Colors of #d65cbc

#d65cbc #d65c7f #b35cd6

Monochromatic Colors of #d65cbc

#d65cbc

Complementary Color

#d65cbc #5cd676

#d65cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65cbc Color CSS Codes

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

#d65cbc Text Font Color

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

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


#d65cbc Background Color

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

This div background color is #d65cbc


#d65cbc Border Color

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

This div border color is #d65cbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,92,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d65cbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d65cbc;
  -webkit-box-shadow: 1px 1px 3px 2px #d65cbc;
  box-shadow:         1px 1px 3px 2px #d65cbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,92,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65cbc


Comments

No comments written yet.

Please login to write comment.