Color Hex Logo

#cb6fdc Color Hex

#CB6FDC
(203,111,220)
0 Favorites   0 Comments

Color spaces of #cb6fdc

RGB 203111220
HSL0.810.610.65
HSV291°50°86°
CMYK 0.080.500.00   0.14
XYZ43.231329.232771.0741
Yxy29.23270.30120.2037
Hunter Lab54.067348.1079-40.0925
CIE-Lab60.986552.6857-40.7571

#cb6fdc color RGB value is (203,111,220).

#cb6fdc hex color red value is 203, green value is 111 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cb6fdc hue: 0.81 , saturation: 0.61 and the lightness value of cb6fdc is 0.65.

The process color (four color CMYK) of #cb6fdc color hex is 0.08, 0.50, 0.00, 0.14. Web safe color of #cb6fdc is #cc66cc. Color #cb6fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101111 11011100
Octal 313 157 334
Decimal 203 111 220
Hex CB 6F DC

RGB Percentages of Color #cb6fdc

%38.01
%20.79
%41.20

CMYK Percentages of Color #cb6fdc

%8
%50
%0
%14

Triadic Colors of #cb6fdc

#cb6fdc #dccb6f #6fdccb

Analogous Colors of #cb6fdc

#cb6fdc #dc6fb7 #956fdc

Monochromatic Colors of #cb6fdc

#cb6fdc

Complementary Color

#cb6fdc #80dc6f

#cb6fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6fdc Color CSS Codes

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

#cb6fdc Text Font Color

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

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


#cb6fdc Background Color

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

This div background color is #cb6fdc


#cb6fdc Border Color

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

This div border color is #cb6fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6fdc


Comments

No comments written yet.

Please login to write comment.