Color Hex Logo

#cb338d Color Hex

#CB338D
(203,51,141)
0 Favorites   0 Comments

Color spaces of #cb338d

RGB 20351141
HSL0.900.600.50
HSV324°75°80°
CMYK 0.000.750.31   0.20
XYZ30.620116.987326.8643
Yxy16.98730.41120.2281
Hunter Lab41.215760.4846-9.7942
CIE-Lab48.244065.8481-14.6742

#cb338d color RGB value is (203,51,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00110011 10001101
Octal 313 63 215
Decimal 203 51 141
Hex CB 33 8D

RGB Percentages of Color #cb338d

%51.39
%12.91
%35.70

CMYK Percentages of Color #cb338d

%0
%75
%31
%20

Triadic Colors of #cb338d

#cb338d #8dcb33 #338dcb

Analogous Colors of #cb338d

#cb338d #cb3341 #bd33cb

Monochromatic Colors of #cb338d

#cb338d

Complementary Color

#cb338d #33cb71

#cb338d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb338d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb338d Color CSS Codes

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

#cb338d Text Font Color

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

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


#cb338d Background Color

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

This div background color is #cb338d


#cb338d Border Color

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

This div border color is #cb338d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb338d


Comments

No comments written yet.

Please login to write comment.