Color Hex Logo

#c903b5 Color Hex

#C903B5
(201,3,181)
0 Favorites   0 Comments

Color spaces of #c903b5

RGB 2013181
HSL0.850.970.40
HSV306°99°79°
CMYK 0.000.990.10   0.21
XYZ32.460415.818845.0585
Yxy15.81880.34780.1695
Hunter Lab39.772976.0793-39.3284
CIE-Lab46.735979.0825-40.8745

#c903b5 color RGB value is (201,3,181).

#c903b5 hex color red value is 201, green value is 3 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #c903b5 hue: 0.85 , saturation: 0.97 and the lightness value of c903b5 is 0.40.

The process color (four color CMYK) of #c903b5 color hex is 0.00, 0.99, 0.10, 0.21. Web safe color of #c903b5 is #cc00cc. Color #c903b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000011 10110101
Octal 311 3 265
Decimal 201 3 181
Hex C9 3 B5

RGB Percentages of Color #c903b5

%52.21
%0.78
%47.01

CMYK Percentages of Color #c903b5

%0
%99
%10
%21

Triadic Colors of #c903b5

#c903b5 #b5c903 #03b5c9

Analogous Colors of #c903b5

#c903b5 #c90352 #7a03c9

Monochromatic Colors of #c903b5

#c903b5

Complementary Color

#c903b5 #03c917

#c903b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c903b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c903b5 Color CSS Codes

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

#c903b5 Text Font Color

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

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


#c903b5 Background Color

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

This div background color is #c903b5


#c903b5 Border Color

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

This div border color is #c903b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c903b5


Comments

No comments written yet.

Please login to write comment.