Color Hex Logo

#cb73df Color Hex

#CB73DF
(203,115,223)
0 Favorites   0 Comments

Color spaces of #cb73df

RGB 203115223
HSL0.800.630.66
HSV289°48°87°
CMYK 0.090.480.00   0.13
XYZ44.078630.285773.3346
Yxy30.28570.29840.2051
Hunter Lab55.032446.6640-40.4854
CIE-Lab61.900051.2441-41.0023

#cb73df color RGB value is (203,115,223).

#cb73df hex color red value is 203, green value is 115 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cb73df hue: 0.80 , saturation: 0.63 and the lightness value of cb73df is 0.66.

The process color (four color CMYK) of #cb73df color hex is 0.09, 0.48, 0.00, 0.13. Web safe color of #cb73df is #cc66cc. Color #cb73df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110011 11011111
Octal 313 163 337
Decimal 203 115 223
Hex CB 73 DF

RGB Percentages of Color #cb73df

%37.52
%21.26
%41.22

CMYK Percentages of Color #cb73df

%9
%48
%0
%13

Triadic Colors of #cb73df

#cb73df #dfcb73 #73dfcb

Analogous Colors of #cb73df

#cb73df #df73bd #9573df

Monochromatic Colors of #cb73df

#cb73df

Complementary Color

#cb73df #87df73

#cb73df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb73df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb73df Color CSS Codes

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

#cb73df Text Font Color

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

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


#cb73df Background Color

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

This div background color is #cb73df


#cb73df Border Color

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

This div border color is #cb73df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb73df


Comments

No comments written yet.

Please login to write comment.