Color Hex Logo

#c985df Color Hex

#C985DF
(201,133,223)
0 Favorites   0 Comments

Color spaces of #c985df

RGB 201133223
HSL0.790.580.70
HSV285°40°87°
CMYK 0.100.400.00   0.13
XYZ45.794234.520374.0615
Yxy34.52030.29660.2236
Hunter Lab58.754036.3075-33.6094
CIE-Lab65.373541.2294-35.5908

#c985df color RGB value is (201,133,223).

#c985df hex color red value is 201, green value is 133 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c985df hue: 0.79 , saturation: 0.58 and the lightness value of c985df is 0.70.

The process color (four color CMYK) of #c985df color hex is 0.10, 0.40, 0.00, 0.13. Web safe color of #c985df is #cc99cc. Color #c985df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000101 11011111
Octal 311 205 337
Decimal 201 133 223
Hex C9 85 DF

RGB Percentages of Color #c985df

%36.09
%23.88
%40.04

CMYK Percentages of Color #c985df

%10
%40
%0
%13

Triadic Colors of #c985df

#c985df #dfc985 #85dfc9

Analogous Colors of #c985df

#c985df #df85c8 #9c85df

Monochromatic Colors of #c985df

#c985df

Complementary Color

#c985df #9bdf85

#c985df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c985df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c985df Color CSS Codes

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

#c985df Text Font Color

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

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


#c985df Background Color

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

This div background color is #c985df


#c985df Border Color

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

This div border color is #c985df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,133,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c985df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c985df;
  -webkit-box-shadow: 1px 1px 3px 2px #c985df;
  box-shadow:         1px 1px 3px 2px #c985df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,133,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c985df


Comments

No comments written yet.

Please login to write comment.