Color Hex Logo

#cb61dc Color Hex

#CB61DC
(203,97,220)
0 Favorites   0 Comments

Color spaces of #cb61dc

RGB 20397220
HSL0.810.640.62
HSV292°56°86°
CMYK 0.080.560.00   0.14
XYZ41.821626.413270.6042
Yxy26.41320.30120.1902
Hunter Lab51.393855.3150-45.4763
CIE-Lab58.427259.4912-44.7864

#cb61dc color RGB value is (203,97,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100001 11011100
Octal 313 141 334
Decimal 203 97 220
Hex CB 61 DC

RGB Percentages of Color #cb61dc

%39.04
%18.65
%42.31

CMYK Percentages of Color #cb61dc

%8
%56
%0
%14

Triadic Colors of #cb61dc

#cb61dc #dccb61 #61dccb

Analogous Colors of #cb61dc

#cb61dc #dc61b0 #8e61dc

Monochromatic Colors of #cb61dc

#cb61dc

Complementary Color

#cb61dc #72dc61

#cb61dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb61dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb61dc Color CSS Codes

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

#cb61dc Text Font Color

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

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


#cb61dc Background Color

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

This div background color is #cb61dc


#cb61dc Border Color

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

This div border color is #cb61dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb61dc


Comments

No comments written yet.

Please login to write comment.