Color Hex Logo

#c93fbb Color Hex

#C93FBB
(201,63,187)
0 Favorites   0 Comments

Color spaces of #c93fbb

RGB 20163187
HSL0.850.560.52
HSV306°69°79°
CMYK 0.000.690.07   0.21
XYZ34.834519.560448.9533
Yxy19.56040.33710.1893
Hunter Lab44.227163.1940-34.6668
CIE-Lab51.336567.5730-37.1185

#c93fbb color RGB value is (201,63,187).

#c93fbb hex color red value is 201, green value is 63 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c93fbb hue: 0.85 , saturation: 0.56 and the lightness value of c93fbb is 0.52.

The process color (four color CMYK) of #c93fbb color hex is 0.00, 0.69, 0.07, 0.21. Web safe color of #c93fbb is #cc33cc. Color #c93fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111111 10111011
Octal 311 77 273
Decimal 201 63 187
Hex C9 3F BB

RGB Percentages of Color #c93fbb

%44.57
%13.97
%41.46

CMYK Percentages of Color #c93fbb

%0
%69
%7
%21

Triadic Colors of #c93fbb

#c93fbb #bbc93f #3fbbc9

Analogous Colors of #c93fbb

#c93fbb #c93f76 #923fc9

Monochromatic Colors of #c93fbb

#c93fbb

Complementary Color

#c93fbb #3fc94d

#c93fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93fbb Color CSS Codes

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

#c93fbb Text Font Color

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

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


#c93fbb Background Color

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

This div background color is #c93fbb


#c93fbb Border Color

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

This div border color is #c93fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93fbb


Comments

No comments written yet.

Please login to write comment.