Color Hex Logo

#cb248d Color Hex

#CB248D
(203,36,141)
0 Favorites   0 Comments

Color spaces of #cb248d

RGB 20336141
HSL0.900.700.47
HSV322°82°80°
CMYK 0.000.820.31   0.20
XYZ30.067215.881426.6800
Yxy15.88140.41400.2187
Hunter Lab39.851564.9349-11.7978
CIE-Lab46.818569.9170-16.8445

#cb248d color RGB value is (203,36,141).

#cb248d hex color red value is 203, green value is 36 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cb248d hue: 0.90 , saturation: 0.70 and the lightness value of cb248d is 0.47.

The process color (four color CMYK) of #cb248d color hex is 0.00, 0.82, 0.31, 0.20. Web safe color of #cb248d is #cc3399. Color #cb248d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00100100 10001101
Octal 313 44 215
Decimal 203 36 141
Hex CB 24 8D

RGB Percentages of Color #cb248d

%53.42
%9.47
%37.11

CMYK Percentages of Color #cb248d

%0
%82
%31
%20

Triadic Colors of #cb248d

#cb248d #8dcb24 #248dcb

Analogous Colors of #cb248d

#cb248d #cb243a #b624cb

Monochromatic Colors of #cb248d

#cb248d

Complementary Color

#cb248d #24cb62

#cb248d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb248d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb248d Color CSS Codes

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

#cb248d Text Font Color

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

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


#cb248d Background Color

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

This div background color is #cb248d


#cb248d Border Color

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

This div border color is #cb248d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,36,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cb248d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cb248d;
  -webkit-box-shadow: 1px 1px 3px 2px #cb248d;
  box-shadow:         1px 1px 3px 2px #cb248d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,36,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb248d


Comments

No comments written yet.

Please login to write comment.