Color Hex Logo

#c93cbb Color Hex

#C93CBB
(201,60,187)
0 Favorites   0 Comments

Color spaces of #c93cbb

RGB 20160187
HSL0.850.570.51
HSV306°70°79°
CMYK 0.000.700.07   0.21
XYZ34.672919.237148.8994
Yxy19.23710.33730.1871
Hunter Lab43.860164.3551-35.4000
CIE-Lab50.963568.6268-37.7055

#c93cbb color RGB value is (201,60,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00111100 10111011
Octal 311 74 273
Decimal 201 60 187
Hex C9 3C BB

RGB Percentages of Color #c93cbb

%44.87
%13.39
%41.74

CMYK Percentages of Color #c93cbb

%0
%70
%7
%21

Triadic Colors of #c93cbb

#c93cbb #bbc93c #3cbbc9

Analogous Colors of #c93cbb

#c93cbb #c93c75 #913cc9

Monochromatic Colors of #c93cbb

#c93cbb

Complementary Color

#c93cbb #3cc94a

#c93cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93cbb Color CSS Codes

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

#c93cbb Text Font Color

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

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


#c93cbb Background Color

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

This div background color is #c93cbb


#c93cbb Border Color

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

This div border color is #c93cbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,60,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 #c93cbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93cbb


Comments

No comments written yet.

Please login to write comment.