Color Hex Logo

#c98bfa Color Hex

#C98BFA
(201,139,250)
0 Favorites   0 Comments

Color spaces of #c98bfa

RGB 201139250
HSL0.760.920.76
HSV274°44°98°
CMYK 0.200.440.00   0.02
XYZ50.575337.784995.0701
Yxy37.78490.27570.2060
Hunter Lab61.469439.2933-48.6708
CIE-Lab67.861843.6963-46.5682

#c98bfa color RGB value is (201,139,250).

#c98bfa hex color red value is 201, green value is 139 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c98bfa hue: 0.76 , saturation: 0.92 and the lightness value of c98bfa is 0.76.

The process color (four color CMYK) of #c98bfa color hex is 0.20, 0.44, 0.00, 0.02. Web safe color of #c98bfa is #cc99ff. Color #c98bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001011 11111010
Octal 311 213 372
Decimal 201 139 250
Hex C9 8B FA

RGB Percentages of Color #c98bfa

%34.07
%23.56
%42.37

CMYK Percentages of Color #c98bfa

%20
%44
%0
%2

Triadic Colors of #c98bfa

#c98bfa #fac98b #8bfac9

Analogous Colors of #c98bfa

#c98bfa #fa8bf4 #928bfa

Monochromatic Colors of #c98bfa

#c98bfa

Complementary Color

#c98bfa #bcfa8b

#c98bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98bfa Color CSS Codes

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

#c98bfa Text Font Color

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

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


#c98bfa Background Color

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

This div background color is #c98bfa


#c98bfa Border Color

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

This div border color is #c98bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.