Color Hex Logo

#c98bd5 Color Hex

#C98BD5
(201,139,213)
0 Favorites   0 Comments

Color spaces of #c98bd5

RGB 201139213
HSL0.810.470.69
HSV290°35°84°
CMYK 0.060.350.00   0.16
XYZ45.330335.686867.4499
Yxy35.68680.30530.2404
Hunter Lab59.738430.9059-25.1267
CIE-Lab66.279935.9942-28.6300

#c98bd5 color RGB value is (201,139,213).

#c98bd5 hex color red value is 201, green value is 139 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #c98bd5 hue: 0.81 , saturation: 0.47 and the lightness value of c98bd5 is 0.69.

The process color (four color CMYK) of #c98bd5 color hex is 0.06, 0.35, 0.00, 0.16. Web safe color of #c98bd5 is #cc99cc. Color #c98bd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001011 11010101
Octal 311 213 325
Decimal 201 139 213
Hex C9 8B D5

RGB Percentages of Color #c98bd5

%36.35
%25.14
%38.52

CMYK Percentages of Color #c98bd5

%6
%35
%0
%16

Triadic Colors of #c98bd5

#c98bd5 #d5c98b #8bd5c9

Analogous Colors of #c98bd5

#c98bd5 #d58bbc #a48bd5

Monochromatic Colors of #c98bd5

#c98bd5

Complementary Color

#c98bd5 #97d58b

#c98bd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98bd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98bd5 Color CSS Codes

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

#c98bd5 Text Font Color

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

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


#c98bd5 Background Color

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

This div background color is #c98bd5


#c98bd5 Border Color

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

This div border color is #c98bd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98bd5


Comments

No comments written yet.

Please login to write comment.